Пример #1
0
 public function testShipNotHalfHitsSunk()
 {
     $ship = new Ship(2);
     // No Hits
     $this->assertFalse($ship->isSunk());
 }