From e1f92f07f51d687a98bbccaf72b51a788ba2725b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Dani=C3=ABl?= <9696905+DanielvV@users.noreply.github.com> Date: Wed, 27 Sep 2017 18:19:31 +0200 Subject: [PATCH] CRM-21214 - Fix address sharing - tests - small change --- tests/phpunit/CRM/Core/BAO/AddressTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } -- 2.25.1