Skip to content

Commit c33854f

Browse files
author
Igor Chepurnoy
committed
update testGetFixtureData
1 parent 48e6355 commit c33854f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/FixtureTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ public function testGetFixtureData()
6161
$fixture->load();
6262

6363
$this->assertCount(2, $fixture->data);
64+
6465
$this->assertArraySubset([
6566
['email' => '[email protected]'],
6667
], $fixture->data);

0 commit comments

Comments
 (0)