Skip to content
Snippets Groups Projects
Commit e182b859 authored by totten's avatar totten
Browse files

api_v3_ACLPermissionTest - Fix PHP fatalwith undefined object

parent e156d1cf
No related branches found
No related tags found
No related merge requests found
......@@ -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',
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment