コード例 #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());
 }