From 0856e0bb89b51db667e3154955bb91c88620cd49 Mon Sep 17 00:00:00 2001 From: "Donald A. Lobo" Date: Tue, 23 Apr 2013 15:37:43 -0700 Subject: [PATCH] CRM-12274 ---------------------------------------- * CRM-12274: Merge activity tables into one unified table activity contact table http://issues.civicrm.org/jira/browse/CRM-12274 --- api/v3/examples/ParticipantPaymentGet.php | 6 +++--- tests/phpunit/api/v3/ParticipantPaymentTest.php | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) 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); -- 2.25.1