Пример #1
0
 /**
  * @covers Paradox\pod\Document::getCoordinates
  */
 public function testGetCoordinatesWithNoGeoIndex()
 {
     $this->assertNull($this->document->getCoordinates(), "The document should have not geo fields and therefore, no coordinates");
 }