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
No related branches found
No related tags found
No related merge requests found
...@@ -24,3 +24,5 @@ abstract class UnitTestCase extends PHPUnit_Framework_TestCase{ ...@@ -24,3 +24,5 @@ abstract class UnitTestCase extends PHPUnit_Framework_TestCase{
parent::assertFalse((bool)$actual, $string); parent::assertFalse((bool)$actual, $string);
} }
} }
OC_Hook::clear();
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