From 33b799f5765ba66eaf85fc99b0283c590eb41b07 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Sun, 28 May 2017 18:36:47 -0500 Subject: [PATCH] Maybe this --- tests/GooglePlacesTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/GooglePlacesTest.php b/tests/GooglePlacesTest.php index 95b5808..f0a6760 100644 --- a/tests/GooglePlacesTest.php +++ b/tests/GooglePlacesTest.php @@ -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())