We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff9fa1d commit e94ba7fCopy full SHA for e94ba7f
tests/AsyncTaskTest.php
@@ -62,7 +62,7 @@ public function testAsyncBasic()
62
// sleep a bit to wait for the async
63
sleep(1);
64
65
- $this->assertFileExists($testFileName);
+ $this->assertFileExists($testFileName, "The async task probably did not run because its output file cannot be found.");
66
$this->assertStringEqualsFile($testFileName, $message);
67
68
unlink($testFileName);
0 commit comments