CRM-20381 - syntax - closing brace of class needs empty line.
authorJamie McClelland <jm@mayfirst.org>
Sun, 4 Jun 2017 00:08:43 +0000 (20:08 -0400)
committerJamie McClelland <jm@mayfirst.org>
Sun, 4 Jun 2017 00:08:43 +0000 (20:08 -0400)
tests/phpunit/CRM/Utils/GeocodeTest.php

index 5a80407a06197ce55bcf3b210c4dff072308efe4..cc871efd8a6797bbc4a669f79752c07aef007810 100644 (file)
@@ -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');
   }
+
 }