projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e156d1c
)
api_v3_ACLPermissionTest - Fix PHP fatalwith undefined object
author
Tim Otten
<totten@civicrm.org>
Mon, 3 Jun 2013 02:19:47 +0000
(22:19 -0400)
committer
Tim Otten
<totten@civicrm.org>
Mon, 3 Jun 2013 02:19:47 +0000
(22:19 -0400)
tests/phpunit/api/v3/ACLPermissionTest.php
patch
|
blob
|
blame
|
history
diff --git
a/tests/phpunit/api/v3/ACLPermissionTest.php
b/tests/phpunit/api/v3/ACLPermissionTest.php
index 611c170a82ec000f4fecb320708c773183de5a55..7686f66cad02cdf814f390ff467e4e1ce56a71c8 100644
(file)
--- a/
tests/phpunit/api/v3/ACLPermissionTest.php
+++ b/
tests/phpunit/api/v3/ACLPermissionTest.php
@@
-58,7
+58,7
@@
class api_v3_ACLPermissionTest extends CiviUnitTestCase {
* @see CiviUnitTestCase::tearDown()
*/
function tearDown() {
-
$this->hookClass
->reset();
+
CRM_Utils_Hook::singleton()
->reset();
$tablesToTruncate = array(
'civicrm_contact',
);