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 9ee5248 commit 606b8afCopy full SHA for 606b8af
src/Symfony/Bridge/PhpUnit/bin/simple-phpunit
@@ -44,11 +44,11 @@ if ('phpdbg' === PHP_SAPI) {
44
$PHP .= ' -qrr';
45
}
46
47
-$defaultEnvs = [
+$defaultEnvs = array(
48
'COMPOSER' => 'composer.json',
49
'COMPOSER_VENDOR_DIR' => 'vendor',
50
'COMPOSER_BIN_DIR' => 'bin',
51
-];
+);
52
53
foreach ($defaultEnvs as $envName => $envValue) {
54
if ($envValue !== getenv($envName)) {
0 commit comments