Skip to content

Commit 1850e91

Browse files
committed
Merge branch '3.4' into 4.2
* 3.4: [Phpunit] fixed support for PHP 5.3 Response prepare method update [Workflow] Added missing license header Check if Client exists when test.client does not exist, to provide clearer exception message [Form] Preventing validation of children if parent with Valid constraint has no validation groups [Tests] fixed compatbility of assertEquals(): void [Intl] Fix test [Validator] Add the missing translations for the Arabic (ar) locale [Intl] Add compile binary [Form] Fixed some phpdocs
2 parents 5780475 + bf7ca5d commit 1850e91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/simple-phpunit

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ if ('phpdbg' === PHP_SAPI) {
7474
$PHP .= ' -qrr';
7575
}
7676

77-
$defaultEnvs = [
77+
$defaultEnvs = array(
7878
'COMPOSER' => 'composer.json',
7979
'COMPOSER_VENDOR_DIR' => 'vendor',
8080
'COMPOSER_BIN_DIR' => 'bin',
81-
];
81+
);
8282

8383
foreach ($defaultEnvs as $envName => $envValue) {
8484
if ($envValue !== getenv($envName)) {

0 commit comments

Comments
 (0)