Skip to content

Commit 0f1a900

Browse files
committed
Fix renamed assertions and prophecy warnings
1 parent 4c045d3 commit 0f1a900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/FsContextTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ public function testShouldCreateFileOnFilesystemIfNotExistOnDeclareDestination()
192192

193193
$queue = $context->createQueue($tmpFile->getFilename());
194194

195-
$this->assertFileNotExists((string) $tmpFile);
195+
$this->assertFileDoesNotExist((string) $tmpFile);
196196

197197
$context->declareDestination($queue);
198198

0 commit comments

Comments
 (0)