We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb353ea commit 4f65923Copy full SHA for 4f65923
tests/Integration/IntegrationTestCase.php
@@ -120,7 +120,7 @@ public static function setUpTestRunner(): void
120
echo "\33[33mSetting up test runner...\33[0m This may take a while.\n";
121
122
$archive = 'https://github.com/hydephp/hyde/archive/refs/heads/master.zip';
123
- $target = (self::getRunnerPath());
+ $target = self::getRunnerPath();
124
if (file_exists($target)) {
125
rmdir($target);
126
}
0 commit comments