clear all hooks when running tests

This commit is contained in:
Robin Appelman 2012-10-12 15:44:48 +02:00
parent 5b2f3c7f72
commit 6f3e039e78

View file

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