We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5db984 commit 851c7d3Copy full SHA for 851c7d3
tests/Integration/AssertionTest.php
@@ -7,8 +7,16 @@
7
8
class AssertionTest extends TestCase
9
{
10
+ use ComparesSnapshotFiles;
11
use MatchesSnapshots;
12
13
+ public function setUp()
14
+ {
15
+ parent::setUp();
16
+
17
+ $this->setUpComparesSnapshotFiles();
18
+ }
19
20
/** @test */
21
public function can_match_a_string_snapshot()
22
tests/Integration/MatchesSnapshotTest.php
@@ -13,6 +13,8 @@ class MatchesSnapshotTest extends TestCase
public function setUp()
$this->setUpComparesSnapshotFiles();
$updateArgument = array_search('--update-snapshots', $_SERVER['argv']);
0 commit comments