From 0aef9f5a26b34f66f9b9cf5b8139e72614fe3a23 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Fri, 10 Mar 2017 08:17:36 +1100 Subject: [PATCH] Fix tear down function --- tests/phpunit/CRM/Utils/GeocodeTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/phpunit/CRM/Utils/GeocodeTest.php b/tests/phpunit/CRM/Utils/GeocodeTest.php index a94db81f12..c41f96944d 100644 --- a/tests/phpunit/CRM/Utils/GeocodeTest.php +++ b/tests/phpunit/CRM/Utils/GeocodeTest.php @@ -9,8 +9,8 @@ class CRM_Utils_GeocodeTest extends CiviUnitTestCase { parent::setUp(); } - public function tareDown() { - parent::tareDown(); + public function tearDown() { + parent::tearDown(); } public function testStateProvinceFormat() { -- 2.25.1