Skip to content

Commit 7d3e351

Browse files
committed
Merge branch '4.2'
* 4.2: [Phpunit] fixed support for PHP 5.3 Response prepare method update [Workflow] Added missing license header Fix case when multiple loaders are providing paths for the same namespace Check if Client exists when test.client does not exist, to provide clearer exception message throw TypeErrors to prepare for type hints in 5.0 [Form] Preventing validation of children if parent with Valid constraint has no validation groups [Form] Added ResetInterface to CachingFactoryDecorator Remove deprecated usage [Tests] fixed compatbility of assertEquals(): void Fixed usage of TranslatorInterface in form extension (fixes #30591) [Intl][4.2] Fix test [Intl] Fix test [Validator] Add the missing translations for the Arabic (ar) locale [Intl] Add compile binary Fix DebugCommand when chain loader is involved [Form] Fixed some phpdocs
2 parents fdd3e72 + 1850e91 commit 7d3e351

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
@@ -76,11 +76,11 @@ if ('phpdbg' === PHP_SAPI) {
7676
$PHP .= ' -qrr';
7777
}
7878

79-
$defaultEnvs = [
79+
$defaultEnvs = array(
8080
'COMPOSER' => 'composer.json',
8181
'COMPOSER_VENDOR_DIR' => 'vendor',
8282
'COMPOSER_BIN_DIR' => 'bin',
83-
];
83+
);
8484

8585
foreach ($defaultEnvs as $envName => $envValue) {
8686
if ($envValue !== getenv($envName)) {

0 commit comments

Comments
 (0)