CRM-12274
authorDonald A. Lobo <lobo@civicrm.org>
Tue, 23 Apr 2013 22:37:43 +0000 (15:37 -0700)
committerDonald A. Lobo <lobo@civicrm.org>
Tue, 23 Apr 2013 22:37:43 +0000 (15:37 -0700)
----------------------------------------
* 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
tests/phpunit/api/v3/ParticipantPaymentTest.php

index 13a068d179eb43a766c885c8efa4e0b3fe20cea0..6974876c99980fa287c13782697e49dece9b37db 100644 (file)
@@ -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',
     ),
 );
 
index be967dfe0bb074b9e12830207752ae4a62323d5d..ce1b9e2adbbe78f0fc60aa391c140b3bc5bf3681 100644 (file)
@@ -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);