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 4c045d3 commit 0f1a900Copy full SHA for 0f1a900
Tests/FsContextTest.php
@@ -192,7 +192,7 @@ public function testShouldCreateFileOnFilesystemIfNotExistOnDeclareDestination()
192
193
$queue = $context->createQueue($tmpFile->getFilename());
194
195
- $this->assertFileNotExists((string) $tmpFile);
+ $this->assertFileDoesNotExist((string) $tmpFile);
196
197
$context->declareDestination($queue);
198
0 commit comments