Skip to content
Snippets Groups Projects
Commit 0856e0bb authored by lobo's avatar lobo
Browse files

CRM-12274

----------------------------------------
* CRM-12274: Merge activity tables into one unified table activity contact table
  http://issues.civicrm.org/jira/browse/CRM-12274
parent 8a6844b3
Branches
Tags
No related merge requests found
......@@ -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',
),
);
......
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment