예제 #1
0
파일: fleetTest.php 프로젝트: urukalo/bos
 /**
  * @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());
 }