added text search into base api
This commit is contained in:
parent
c72e2b06e1
commit
709c096b40
5 changed files with 52 additions and 1 deletions
|
@ -1,8 +1,11 @@
|
|||
<?php
|
||||
|
||||
require '../vendor/autoload.php';
|
||||
|
||||
require_once '../src/GooglePlaces.php';
|
||||
require_once '../src/GooglePlacesClient.php';
|
||||
|
||||
|
||||
class GooglePlacesTest extends PHPUnit_Framework_TestCase
|
||||
{
|
||||
private $places;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue