Exemple #1
0
 public function testConstructorShouldAllowEmptyPoints()
 {
     $lineString = new LineString(Dimension::DIMENSION_2D);
     $this->assertTrue($lineString->isEmpty());
 }