Skip to content

Commit 4f65923

Browse files
author
github-actions
committed
Merge pull request #1855 from hydephp/refactor-realtime-compiler-tests
Internal: Update realtime compiler test suite setup hydephp/develop@320e442
1 parent fb353ea commit 4f65923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/IntegrationTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public static function setUpTestRunner(): void
120120
echo "\33[33mSetting up test runner...\33[0m This may take a while.\n";
121121

122122
$archive = 'https://github.com/hydephp/hyde/archive/refs/heads/master.zip';
123-
$target = (self::getRunnerPath());
123+
$target = self::getRunnerPath();
124124
if (file_exists($target)) {
125125
rmdir($target);
126126
}

0 commit comments

Comments
 (0)