Example #1
0
 public function testIntegerCoordinatesAreProcessedProperly()
 {
     $this->assertTrue(LineString::equal([1, 2], new Point(1, 2)));
 }