예제 #1
0
 /**
  * Test versions
  */
 public function testVersions()
 {
     $versions = $this->db->getVersions();
     foreach (array('geos', 'proj4', 'sqlite', 'spatialite') as $key) {
         $this->assertTrue(isset($versions[$key]));
     }
 }