Started to set up tests, added configs
This commit is contained in:
parent
d22145c379
commit
c3fe6e8e59
3 changed files with 60 additions and 0 deletions
33
tests/GooglePlacesTest.php
Normal file
33
tests/GooglePlacesTest.php
Normal file
|
@ -0,0 +1,33 @@
|
|||
<?php
|
||||
|
||||
require_once '../src/GooglePlaces.php';
|
||||
|
||||
class GooglePlacesTest extends PHPUnit_Framework_TestCase
|
||||
{
|
||||
public function testNearbySearchProximity()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public function testNearbySearchDistance()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public function testNearbySearchPagination()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public function testRadarSearch()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public function testDetails()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue