Skip to content

Commit 253d8ae

Browse files
authored
Fix argument in RoadRunner process reset command (#1023)
1 parent 2ae3e2c commit 253d8ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/RoadRunnerServerProcessInspectorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function test_roadrunner_server_process_can_be_reloaded()
6363
]);
6464

6565
$processFactory->shouldReceive('createProcess')->with(
66-
[$this->findRoadRunnerBinary(), 'reset', '-o', 'server=3', '-o', 'rpc.listen=tcp://127.0.0.1:6002', '-s'],
66+
[$this->findRoadRunnerBinary(), 'reset', '-o', 'version=3', '-o', 'rpc.listen=tcp://127.0.0.1:6002', '-s'],
6767
base_path(),
6868
)->andReturn($process = Mockery::mock('stdClass'));
6969

0 commit comments

Comments
 (0)