added text search into base api

This commit is contained in:
Gl3nda85 2017-02-09 18:28:21 +11:00
parent c72e2b06e1
commit 709c096b40
5 changed files with 52 additions and 1 deletions

View file

@ -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;