Ejemplo n.º 1
0
 public function testBboxDereferenced()
 {
     $this->assertEquals('{!bbox}', $this->helper->bbox('store', 45.15, -93.84999999999999, 5, true));
     $this->assertEquals(array('sfield' => 'store', 'pt' => '45.15,-93.85', 'd' => 5), $this->query->getParams());
 }