Skip to content

Commit 59d0b60

Browse files
GirgiasAyesh
authored andcommitted
[run-tests.php] echo call performance optimization
1 parent d7cd64e commit 59d0b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-tests.php

Lines changed: 1 addition & 1 deletion
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)