From: Daniƫl <9696905+DanielvV@users.noreply.github.com> Date: Wed, 27 Sep 2017 16:19:31 +0000 (+0200) Subject: CRM-21214 - Fix address sharing - tests - small change X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e1f92f07f51d687a98bbccaf72b51a788ba2725b;p=civicrm-core.git CRM-21214 - Fix address sharing - tests - small change --- diff --git a/tests/phpunit/CRM/Core/BAO/AddressTest.php b/tests/phpunit/CRM/Core/BAO/AddressTest.php index d55bbb1b9e..dd131f4f4b 100644 --- a/tests/phpunit/CRM/Core/BAO/AddressTest.php +++ b/tests/phpunit/CRM/Core/BAO/AddressTest.php @@ -489,7 +489,7 @@ class CRM_Core_BAO_AddressTest extends CiviUnitTestCase { $updatedAddressA = CRM_Core_BAO_Address::add($updatedAddressParamsA, FALSE); // CRM-21214 - AdressA shouldn't be master of itself. - $this->assertEquals(null, $updatedAddressA->master_id); + $this->assertEquals(NULL, $updatedAddressA->master_id); } }