Skip to content

Commit 851c7d3

Browse files
Delete unnecessary snapshots
1 parent e5db984 commit 851c7d3

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

tests/Integration/AssertionTest.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,16 @@
77

88
class AssertionTest extends TestCase
99
{
10+
use ComparesSnapshotFiles;
1011
use MatchesSnapshots;
1112

13+
public function setUp()
14+
{
15+
parent::setUp();
16+
17+
$this->setUpComparesSnapshotFiles();
18+
}
19+
1220
/** @test */
1321
public function can_match_a_string_snapshot()
1422
{

tests/Integration/MatchesSnapshotTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ class MatchesSnapshotTest extends TestCase
1313

1414
public function setUp()
1515
{
16+
parent::setUp();
17+
1618
$this->setUpComparesSnapshotFiles();
1719

1820
$updateArgument = array_search('--update-snapshots', $_SERVER['argv']);

0 commit comments

Comments
 (0)