From 678fbf79089fe9a273694daeb2be4316fae65041 Mon Sep 17 00:00:00 2001 From: eileen Date: Fri, 6 Sep 2013 10:42:00 +1200 Subject: [PATCH] another test tweak --- tests/phpunit/api/v3/EntityTagTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/phpunit/api/v3/EntityTagTest.php b/tests/phpunit/api/v3/EntityTagTest.php index 9224786fdd..1e6a0e77a0 100644 --- a/tests/phpunit/api/v3/EntityTagTest.php +++ b/tests/phpunit/api/v3/EntityTagTest.php @@ -53,8 +53,8 @@ class api_v3_EntityTagTest extends CiviUnitTestCase { $this->_individualID = $this->individualCreate(); $this->_tag = $this->tagCreate(); $this->_tagID = $this->_tag['id']; - $this->_householdID = $this->houseHoldCreate(NULL); - $this->_organizationID = $this->organizationCreate(NULL); + $this->_householdID = $this->houseHoldCreate(); + $this->_organizationID = $this->organizationCreate(); } function tearDown() { -- 2.25.1