From: eileen Date: Fri, 2 Aug 2013 11:18:23 +0000 (+1200) Subject: remove unrelated debug code X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=6fa193fb918413889dc333b5874a30dea5cad369;p=civicrm-core.git remove unrelated debug code --- diff --git a/tests/phpunit/api/v3/ACLPermissionTest.php b/tests/phpunit/api/v3/ACLPermissionTest.php index d9e07c4898..e8b49c3f66 100644 --- a/tests/phpunit/api/v3/ACLPermissionTest.php +++ b/tests/phpunit/api/v3/ACLPermissionTest.php @@ -94,7 +94,7 @@ class api_v3_ACLPermissionTest extends CiviUnitTestCase { * Function tests that deleted contacts are not returned */ function testContactGetPermissionHookNoDeleted(){ - $result = $this->callAPISuccess('contact', 'create', array('id' => 2, 'is_deleted' => 1));print "\n";print_r($result); + $result = $this->callAPISuccess('contact', 'create', array('id' => 2, 'is_deleted' => 1)); $this->hookClass->setHook('civicrm_aclWhereClause', array($this, 'aclWhereHookAllResults')); $result = $this->callAPISuccess('contact', 'get', array( 'check_permissions' => 1,