Skip to content

Commit 2d949b5

Browse files
[HttpClient] Remove dead code
1 parent 0b3cb65 commit 2d949b5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Test/TestHttpServer.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ public static function start()
2727
return;
2828
}
2929

30-
$spec = [
31-
1 => ['file', '\\' === \DIRECTORY_SEPARATOR ? 'NUL' : '/dev/null', 'w'],
32-
2 => ['file', '\\' === \DIRECTORY_SEPARATOR ? 'NUL' : '/dev/null', 'w'],
33-
];
34-
3530
$finder = new PhpExecutableFinder();
3631
$process = new Process(array_merge([$finder->find(false)], $finder->findArguments(), ['-dopcache.enable=0', '-dvariables_order=EGPCS', '-S', '127.0.0.1:8057']));
3732
$process->setWorkingDirectory(__DIR__.'/Fixtures/web');

0 commit comments

Comments
 (0)