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 006e18b commit 95ce36cCopy full SHA for 95ce36c
tests/Integration/MatchesSnapshotTest.php
@@ -270,7 +270,7 @@ public function it_deletes_the_persisted_failed_file_before_a_file_snapshot_asse
270
271
$mockTrait->assertMatchesFileSnapshot(__DIR__.'/stubs/test_files/friendly_man.jpg');
272
273
- $this->assertFileNotExists($persistedFailedFile);
+ $this->assertFileDoesNotExist($persistedFailedFile);
274
}
275
276
/** @test */
@@ -378,7 +378,7 @@ public function it_can_update_a_file_snapshot_with_a_different_extension()
378
'file.png'
379
);
380
381
- $this->assertFileNotExists($oldSnapshot);
+ $this->assertFileDoesNotExist($oldSnapshot);
382
383
384
private function expectIncompleteMatchesSnapshotTest(MockObject $matchesSnapshotMock, callable $assertions)
0 commit comments