Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 606b8af

Browse files
committed
[Phpunit] fixed support for PHP 5.3
1 parent 9ee5248 commit 606b8af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Bridge/PhpUnit/bin/simple-phpunit

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ if ('phpdbg' === PHP_SAPI) {
4444
$PHP .= ' -qrr';
4545
}
4646

47-
$defaultEnvs = [
47+
$defaultEnvs = array(
4848
'COMPOSER' => 'composer.json',
4949
'COMPOSER_VENDOR_DIR' => 'vendor',
5050
'COMPOSER_BIN_DIR' => 'bin',
51-
];
51+
);
5252

5353
foreach ($defaultEnvs as $envName => $envValue) {
5454
if ($envValue !== getenv($envName)) {

0 commit comments

Comments
 (0)