Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
lukepolo authored and StyleCIBot committed Jan 28, 2018
1 parent 95f83c7 commit bcded17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/TotalsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ public function testTaxTotalWithDiscounts()
$this->laracart->add(1, 'Test Product', 1, 100, ['tax' => 0.21]);

$coupon = new LukePOLO\LaraCart\Coupons\Percentage('test', 0.05, [
'name' => '5% off',
'name' => '5% off',
'description' => '5% off test',
]);

Expand All @@ -253,7 +253,7 @@ public function testDoubleDiscounts()
$item = $this->laracart->add(1, 'Test Product', 1, 100, ['tax' => 0.21]);

$coupon = new LukePOLO\LaraCart\Coupons\Percentage('test', 0.05, [
'name' => '5% off',
'name' => '5% off',
'description' => '5% off test',
]);

Expand Down Expand Up @@ -560,4 +560,4 @@ public function testPreTaxationAndDiscountSubTotalOnItem()

$this->assertEquals(1, $item->subTotal(false, true, false, true));
}
}
}

0 comments on commit bcded17

Please sign in to comment.