mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
clear all hooks when running tests
This commit is contained in:
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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue