Skip to content

Commit 0490f08

Browse files
committed
[run-tests.php] echo call performance optimization
1 parent 3483a1f commit 0490f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-tests.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ function main(): void
234234
// Not having other environment variables, only having TEMP, is
235235
// probably ok, but strange and may make a difference in the
236236
// test pass rate, so warn the user.
237-
echo "WARNING: Only 1 environment variable will be available to tests(TEMP environment variable)" . PHP_EOL;
237+
echo "WARNING: Only 1 environment variable will be available to tests(TEMP environment variable)" , PHP_EOL;
238238
}
239239
}
240240

0 commit comments

Comments
 (0)