Skip to content

Commit 4e13f3f

Browse files
Merge branch '4.4' into 5.1
* 4.4: [DI] Fix Preloader exception when preloading a class with an unknown parent/interface [Translation] added missing Albanian translations [Form, Security, Validator] Add missing Turkish translations (tr) Display php info for extra versions in travis [ProxyManager] use "composer/package-versions-deprecated" instead of "ocramius/package-versions" 38737 add missing dutch translation Fix transient tests [Validator] Add missing Slovak translations. [Form, Security, Validator] Add missing Persian translations (fa_IR) [Form] Fix wrong translations for Ukrainian (uk) [Validator] Add missing translations for Ukrainian (uk) [Security] Add missing translations for Ukrainian (uk) [Form] Add missing translations for Ukrainian (uk) [Security] Add missing Slovak translations. [Form] Added missing Spanish translations. Fix transient tests
2 parents 9c1fcce + 3718e18 commit 4e13f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Dumper/ServerDumperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,6 @@ private function getServerProcess(): Process
8989
'VAR_DUMPER_SERVER' => self::VAR_DUMPER_SERVER,
9090
]);
9191

92-
return $process->setTimeout(9);
92+
return $process->setTimeout('\\' === \DIRECTORY_SEPARATOR ? 19 : 9);
9393
}
9494
}

0 commit comments

Comments
 (0)