Add in unit test of getCoordinates Address action and update TestProvider to be like...
[civicrm-core.git] / tests / phpunit / api / v3 / AddressTest.php
index f8a55cde2aad150185df9b2244ba882c9eba764a..6ea58248e58bfdaaad2dc92bd2d870036da5031d 100644 (file)
@@ -52,6 +52,7 @@ class api_v3_AddressTest extends CiviUnitTestCase {
     $this->locationTypeDelete($this->_locationTypeID);
     $this->contactDelete($this->_contactID);
     $this->quickCleanup(['civicrm_address', 'civicrm_relationship']);
+    $this->callAPISuccess('Setting', 'create', ['geoProvider' => NULL]);
     parent::tearDown();
   }