Skip to content

Commit e94ba7f

Browse files
committed
Add hints on assert
1 parent ff9fa1d commit e94ba7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/AsyncTaskTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function testAsyncBasic()
6262
// sleep a bit to wait for the async
6363
sleep(1);
6464

65-
$this->assertFileExists($testFileName);
65+
$this->assertFileExists($testFileName, "The async task probably did not run because its output file cannot be found.");
6666
$this->assertStringEqualsFile($testFileName, $message);
6767

6868
unlink($testFileName);

0 commit comments

Comments
 (0)