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.
1 parent 2ae3e2c commit 253d8aeCopy full SHA for 253d8ae
tests/RoadRunnerServerProcessInspectorTest.php
@@ -63,7 +63,7 @@ public function test_roadrunner_server_process_can_be_reloaded()
63
]);
64
65
$processFactory->shouldReceive('createProcess')->with(
66
- [$this->findRoadRunnerBinary(), 'reset', '-o', 'server=3', '-o', 'rpc.listen=tcp://127.0.0.1:6002', '-s'],
+ [$this->findRoadRunnerBinary(), 'reset', '-o', 'version=3', '-o', 'rpc.listen=tcp://127.0.0.1:6002', '-s'],
67
base_path(),
68
)->andReturn($process = Mockery::mock('stdClass'));
69
0 commit comments