aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests/PropagationTestCase.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/tests/PropagationTestCase.php')
-rw-r--r--apps/files_sharing/tests/PropagationTestCase.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_sharing/tests/PropagationTestCase.php b/apps/files_sharing/tests/PropagationTestCase.php
index dee056f0658..78ff394bb80 100644
--- a/apps/files_sharing/tests/PropagationTestCase.php
+++ b/apps/files_sharing/tests/PropagationTestCase.php
@@ -6,6 +6,8 @@
*/
namespace OCA\Files_Sharing\Tests;
+use OCA\Files_Sharing\Helper;
+
abstract class PropagationTestCase extends TestCase {
/**
* @var \OC\Files\View
@@ -16,7 +18,7 @@ abstract class PropagationTestCase extends TestCase {
public static function setUpBeforeClass(): void {
parent::setUpBeforeClass();
- \OCA\Files_Sharing\Helper::registerHooks();
+ Helper::registerHooks();
}
protected function setUp(): void {