Maybe this

This commit is contained in:
Josh Sherman 2017-05-28 18:36:47 -05:00
parent 09df808c96
commit 33b799f576
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

@ -19,7 +19,7 @@ class GooglePlacesTest extends PHPUnit_Framework_TestCase
private function clientSetUp($next = false)
{
$client = $this->getMockBuilder('GooglePlacesClient', array('get'));
$client = $this->createMock('GooglePlacesClient', array('get'));
$client
->expects($this->once())