aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/TaskProcessing/TaskProcessingTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/TaskProcessing/TaskProcessingTest.php')
-rw-r--r--tests/lib/TaskProcessing/TaskProcessingTest.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/lib/TaskProcessing/TaskProcessingTest.php b/tests/lib/TaskProcessing/TaskProcessingTest.php
index 8b24459197c..d5a31d3fd97 100644
--- a/tests/lib/TaskProcessing/TaskProcessingTest.php
+++ b/tests/lib/TaskProcessing/TaskProcessingTest.php
@@ -300,6 +300,8 @@ class TaskProcessingTest extends \Test\TestCase {
private IJobList $jobList;
private IAppData $appData;
+ private \OCP\Share\IManager $shareManager;
+
protected function setUp(): void {
parent::setUp();