Maybe this
This commit is contained in:
parent
09df808c96
commit
33b799f576
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class GooglePlacesTest extends PHPUnit_Framework_TestCase
|
||||||
|
|
||||||
private function clientSetUp($next = false)
|
private function clientSetUp($next = false)
|
||||||
{
|
{
|
||||||
$client = $this->getMockBuilder('GooglePlacesClient', array('get'));
|
$client = $this->createMock('GooglePlacesClient', array('get'));
|
||||||
|
|
||||||
$client
|
$client
|
||||||
->expects($this->once())
|
->expects($this->once())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue