Ejemplo n.º 1
0
 /**
  * @covers bos\fleet::eskortFormation
  * @todo   Implement testEskortFormation().
  */
 public function testEskortFormation()
 {
     \bos\spaceShip::resetFleetNUM();
     $this->object->addShip(new \bos\Interceptor());
     $this->assertSame("Interceptor 1", $this->object->eskortFormation());
 }