public function testGetPhpBinAutoDiscoversPhpCommand()
 {
     $php = exec('which php');
     $options = new ServiceOptions();
     $this->assertEquals($php, $options->getPhpBin());
 }