remove unrelated debug code
authoreileen <eileen@fuzion.co.nz>
Fri, 2 Aug 2013 11:18:23 +0000 (23:18 +1200)
committereileen <eileen@fuzion.co.nz>
Fri, 2 Aug 2013 11:18:23 +0000 (23:18 +1200)
tests/phpunit/api/v3/ACLPermissionTest.php

index d9e07c4898207073f50a12a5c2f9a1f8b84bd006..e8b49c3f664a1d9881506b62a7d095cf60f8a978 100644 (file)
@@ -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,