Exemple #1
0
 public function testXymWithSRID()
 {
     $point = Point::xym('3.4', '4.5', '5.6', 123);
     $this->assertPointFactoryMethodAndAccessors($point, 3.4, 4.5, null, 5.6, 123);
 }