We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c1fcce + 3718e18 commit 4e13f3fCopy full SHA for 4e13f3f
Tests/Dumper/ServerDumperTest.php
@@ -89,6 +89,6 @@ private function getServerProcess(): Process
89
'VAR_DUMPER_SERVER' => self::VAR_DUMPER_SERVER,
90
]);
91
92
- return $process->setTimeout(9);
+ return $process->setTimeout('\\' === \DIRECTORY_SEPARATOR ? 19 : 9);
93
}
94
0 commit comments