Skip to content

Commit

Permalink
[HttpClient] Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Mar 9, 2019
1 parent d4326b2 commit 0e2ea87
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Symfony/Contracts/HttpClient/Test/TestHttpServer.php
Expand Up @@ -27,11 +27,6 @@ public static function start()
return;
}

$spec = [
1 => ['file', '\\' === \DIRECTORY_SEPARATOR ? 'NUL' : '/dev/null', 'w'],
2 => ['file', '\\' === \DIRECTORY_SEPARATOR ? 'NUL' : '/dev/null', 'w'],
];

$finder = new PhpExecutableFinder();
$process = new Process(array_merge([$finder->find(false)], $finder->findArguments(), ['-dopcache.enable=0', '-dvariables_order=EGPCS', '-S', '127.0.0.1:8057']));
$process->setWorkingDirectory(__DIR__.'/Fixtures/web');
Expand Down

0 comments on commit 0e2ea87

Please sign in to comment.