Skip to content

Commit

Permalink
Fixtures missing in taxon details test
Browse files Browse the repository at this point in the history
  • Loading branch information
Artus Kolanowski committed Aug 13, 2018
1 parent 3ff8555 commit 3c75c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Controller/TaxonShowDetailsApiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ final class TaxonShowDetailsApiTest extends JsonApiTestCase
*/
public function it_shows_summary_of_a_chosen_taxon()
{
$this->loadFixturesFromFile('shop.yml');
$this->loadFixturesFromFiles(['shop.yml', 'customer.yml', 'mug_review.yml']);

$this->client->request('GET', '/shop-api/taxons/T_SHIRTS?locale=en_GB', [], [], ['ACCEPT' => 'application/json']);
$response = $this->client->getResponse();
Expand Down

0 comments on commit 3c75c6c

Please sign in to comment.