Ejemplo n.º 1
0
 /**
  * @expectedException \Exception
  */
 public function testOnRoverMoveFailure()
 {
     $rover = $this->getInvalidRover();
     $this->planet->onRoverMove($rover);
 }