Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 606b8af

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

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/PhpUnit/bin/simple-phpunit
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.