Action schedule API modifications
[civicrm-core.git] / tests / phpunit / api / v3 / EntityTagTest.php
index 9224786fddab7cece7df7a5fcececda7fd2d9c7d..1e6a0e77a0c9a8c91f2b0f016b7641dad85f0cd8 100644 (file)
@@ -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() {