Esempio n. 1
0
 public function testStartProcessGroup()
 {
     $this->config->method('callMethod')->with($this->equalTo('supervisor.startProcessGroup'), $this->equalTo(['test-process']))->willReturn(true);
     $this->assertEquals(true, $this->group->startProcessGroup());
 }