Exemple #1
0
 /**
  * @return array
  */
 public function providerWriteEmptyPointThrowsException()
 {
     return [[Point::xyEmpty()], [Point::xyzEmpty()], [Point::xymEmpty()], [Point::xyzmEmpty()]];
 }
Exemple #2
0
 public function testXyzmEmptyWithSRID()
 {
     $this->assertPointEmptyFactoryMethod(Point::xyzmEmpty(123), true, true, 123);
 }