public function testGetAPIVersion()
 {
     $this->config->method('callMethod')->with($this->equalTo('supervisor.getAPIVersion'))->willReturn('1.0');
     $this->assertEquals('1.0', $this->mainProcess->getAPIVersion());
 }