clear all hooks when running tests

remotes/origin/stable5
Robin Appelman 2012-10-12 15:44:48 +07:00
parent 5b2f3c7f72
commit 6f3e039e78
1 changed files with 2 additions and 0 deletions

@ -24,3 +24,5 @@ abstract class UnitTestCase extends PHPUnit_Framework_TestCase{
parent::assertFalse((bool)$actual, $string);
}
}
OC_Hook::clear();