We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3483a1f commit 0490f08Copy full SHA for 0490f08
run-tests.php
@@ -234,7 +234,7 @@ function main(): void
234
// Not having other environment variables, only having TEMP, is
235
// probably ok, but strange and may make a difference in the
236
// test pass rate, so warn the user.
237
- echo "WARNING: Only 1 environment variable will be available to tests(TEMP environment variable)" . PHP_EOL;
+ echo "WARNING: Only 1 environment variable will be available to tests(TEMP environment variable)" , PHP_EOL;
238
}
239
240
0 commit comments