From: Donald A. Lobo Date: Tue, 23 Apr 2013 22:37:43 +0000 (-0700) Subject: CRM-12274 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=0856e0bb89b51db667e3154955bb91c88620cd49;p=civicrm-core.git CRM-12274 ---------------------------------------- * CRM-12274: Merge activity tables into one unified table activity contact table http://issues.civicrm.org/jira/browse/CRM-12274 --- diff --git a/api/v3/examples/ParticipantPaymentGet.php b/api/v3/examples/ParticipantPaymentGet.php index 13a068d179..6974876c99 100644 --- a/api/v3/examples/ParticipantPaymentGet.php +++ b/api/v3/examples/ParticipantPaymentGet.php @@ -38,9 +38,9 @@ function participant_payment_get_expectedresult(){ ), ), 'xdebug' => array( - 'peakMemory' => 31758384, - 'memory' => 31463600, - 'timeIndex' => '45.313442230225', + 'peakMemory' => 34740680, + 'memory' => 33998960, + 'timeIndex' => '79.778831005096', ), ); diff --git a/tests/phpunit/api/v3/ParticipantPaymentTest.php b/tests/phpunit/api/v3/ParticipantPaymentTest.php index be967dfe0b..ce1b9e2adb 100644 --- a/tests/phpunit/api/v3/ParticipantPaymentTest.php +++ b/tests/phpunit/api/v3/ParticipantPaymentTest.php @@ -396,7 +396,6 @@ class api_v3_ParticipantPaymentTest extends CiviUnitTestCase { 'participant_id' => $this->_participantID4, 'contribution_id' => $contributionID, 'version' => $this->_apiversion, - 'debug' => 1, ); $result = civicrm_api('participant_payment', 'get', $params);