Skip to content
Snippets Groups Projects
Commit 6f3e039e authored by Robin Appelman's avatar Robin Appelman
Browse files

clear all hooks when running tests

parent 5b2f3c7f
Branches
No related tags found
No related merge requests found
......@@ -24,3 +24,5 @@ abstract class UnitTestCase extends PHPUnit_Framework_TestCase{
parent::assertFalse((bool)$actual, $string);
}
}
OC_Hook::clear();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment