Skip to content

Commit 7d0a4f5

Browse files
committed
it will be awhile before PHP v80 is released
1 parent eb23a43 commit 7d0a4f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Test/MakerTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ protected function executeMakerCommand(MakerTestDetails $testDetails)
5252
foreach ($files as $file) {
5353
$this->assertTrue($testEnv->fileExists($file), sprintf('The file "%s" does not exist after generation', $file));
5454

55-
if (\PHP_VERSION_ID >= 800000) {
55+
if (\PHP_VERSION_ID >= 80000) {
5656
continue;
5757
}
5858

0 commit comments

Comments
 (0)