Skip to content

Commit 0174b17

Browse files
committed
whoops, this doesnt go here
1 parent efb9957 commit 0174b17

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 >= 800000) {
5656
continue;
5757
}
5858

0 commit comments

Comments
 (0)