From efe5d360d9297ade6375c1f1113c9b31eea22de4 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Sun, 28 May 2017 18:26:41 -0500 Subject: [PATCH] Updating deprecated method call --- tests/GooglePlacesTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/GooglePlacesTest.php b/tests/GooglePlacesTest.php index 13dcdf8..95b5808 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->getMock('GooglePlacesClient', array('get')); + $client = $this->getMockBuilder('GooglePlacesClient', array('get')); $client ->expects($this->once())