Skip to content

Commit

Permalink
Apply coding standard fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil committed Apr 3, 2018
1 parent 6ef3148 commit 2300378
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/Controller/PromotionCouponApiTest.php
Expand Up @@ -61,7 +61,7 @@ public function it_allows_indexing_promotion_coupons()
$this->loadFixturesFromFile('authentication/api_administrator.yml');
$promotions = $this->loadFixturesFromFiles([
'resources/promotions.yml',
'resources/promotion_coupons.yml'
'resources/promotion_coupons.yml',
]);

$promotion = $promotions['promotion2'];
Expand Down Expand Up @@ -185,7 +185,7 @@ public function it_allows_to_get_a_coupon()
$this->loadFixturesFromFile('authentication/api_administrator.yml');
$promotions = $this->loadFixturesFromFiles([
'resources/promotions.yml',
'resources/promotion_coupons.yml'
'resources/promotion_coupons.yml',
]);

$promotion = $promotions['promotion2'];
Expand Down Expand Up @@ -234,7 +234,7 @@ public function it_allows_to_fully_update_coupon()
$this->loadFixturesFromFile('authentication/api_administrator.yml');
$promotions = $this->loadFixturesFromFiles([
'resources/promotions.yml',
'resources/promotion_coupons.yml'
'resources/promotion_coupons.yml',
]);

$promotion = $promotions['promotion2'];
Expand Down

0 comments on commit 2300378

Please sign in to comment.