clear hooks for tests
This commit is contained in:
parent
0817024e6f
commit
41f9946272
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ class EtagPropagation extends TestCase {
|
|||
\OC_Hook::clear('OC_Filesystem', 'post_write');
|
||||
\OC_Hook::clear('OC_Filesystem', 'post_delete');
|
||||
\OC_Hook::clear('OC_Filesystem', 'post_rename');
|
||||
\OC_Hook::clear('OCP\Share', 'post_update_permissions');
|
||||
parent::tearDown();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue