From 31466f3c9b6a47dacf64b295bd75c9ae67f0c7bc Mon Sep 17 00:00:00 2001 From: Jamie McClelland Date: Sat, 3 Jun 2017 20:08:43 -0400 Subject: [PATCH] CRM-20381 - syntax - closing brace of class needs empty line. --- tests/phpunit/CRM/Utils/GeocodeTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/phpunit/CRM/Utils/GeocodeTest.php b/tests/phpunit/CRM/Utils/GeocodeTest.php index 5a80407a06..cc871efd8a 100644 --- a/tests/phpunit/CRM/Utils/GeocodeTest.php +++ b/tests/phpunit/CRM/Utils/GeocodeTest.php @@ -55,4 +55,5 @@ class CRM_Utils_GeocodeTest extends CiviUnitTestCase { $new_address_values = array_pop($new_contact_values['api.Address.create']['values']); $this->assertArrayNotHasKey('geo_code_1', $new_address_values, 'No geocoding when geocodeMethod is empty'); } + } -- 2.25.1