Skip to content

Commit 916346f

Browse files
committed
PHPUnit 7 compatiblity
1 parent 43c515e commit 916346f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function tearDown()
5757
File::cleanDirectory(config('laravel-environments.path'));
5858
}
5959

60-
public static function assertDirectoryExists($directoryName, $message = '')
60+
public static function assertDirectoryExists($directoryName, $message = ''):void
6161
{
6262
$temp = (new static)->getTempDirectory($directoryName);
6363
static::assertTrue(File::isDirectory($temp), $message);

0 commit comments

Comments
 (0)