public function testRestart()
 {
     $this->config->method('callMethod')->with($this->equalTo('supervisor.restart'))->willReturn(true);
     $this->assertEquals(true, $this->mainProcess->restart());
 }