From a91041c5ad9f15ed6f7792f350bf00353740da66 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Sun, 15 Jul 2018 13:50:49 +1000 Subject: [PATCH] (NFC) Update comment on membership type domain_id API Test --- tests/phpunit/api/v3/MembershipTypeTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/phpunit/api/v3/MembershipTypeTest.php b/tests/phpunit/api/v3/MembershipTypeTest.php index 1fa73d53a0..a0a1415b35 100644 --- a/tests/phpunit/api/v3/MembershipTypeTest.php +++ b/tests/phpunit/api/v3/MembershipTypeTest.php @@ -127,6 +127,7 @@ class api_v3_MembershipTypeTest extends CiviUnitTestCase { /** * Domain ID can be intuited.. + * DomainID is now optional on API, check that it gets set correctly and that the domain_id is not overwritten when not specified in create. */ public function testCreateWithoutDomainId() { $params = array( -- 2.25.1