clear hooks for tests

This commit is contained in:
Robin Appelman 2015-10-01 16:20:48 +02:00 committed by Thomas Müller
parent 0817024e6f
commit 41f9946272
1 changed files with 1 additions and 0 deletions

View File

@ -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();
}