/**
  * @expectedException \OutOfBoundsException
  */
 public function testGetMissingExecutor()
 {
     $this->manager->getExecutor('foo');
 }