示例#1
0
 public function testFailedHit()
 {
     $point = new Coordinate(1, 1);
     $x = 2;
     $y = 1;
     $result = $point->checkShot($x, $y);
     $this->assertFalse($result);
 }