test fix, remove old param & fix comments
[civicrm-core.git] / tests / phpunit / api / v3 / ContributionSoftTest.php
index 3b5809a23b3fb4fb89755dfa445efe8438e3623e..fe374aafbd0ab80cfaea83f9cb54417dc42379cc 100644 (file)
@@ -56,7 +56,7 @@ class api_v3_ContributionSoftTest extends CiviUnitTestCase {
     $this->_individualId = $this->individualCreate();
     $this->_softIndividual1Id = $this->individualCreate();
     $this->_softIndividual2Id = $this->individualCreate();
-    $this->_contributionId = $this->contributionCreate($this->_individualId);
+    $this->_contributionId = $this->contributionCreate(array('contact_id' => $this->_individualId));
 
     $paymentProcessor = $this->processorCreate();
     $this->_params = array(