Esempio n. 1
0
 public function testGeodist()
 {
     $this->assertEquals('geodist(45.15,-93.85,store)', $this->_helper->geodist(45.15, -93.84999999999999, 'store'));
 }