aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/TaskProcessing
diff options
context:
space:
mode:
authorMarcel Klehr <mklehr@gmx.net>2024-05-06 11:57:05 +0200
committerMarcel Klehr <mklehr@gmx.net>2024-05-14 11:38:40 +0200
commit5de42a53e263d6dda1896ff223158646bd81867b (patch)
tree3c2301dd317440f1d252d62d88ea41dae0c9dfe0 /tests/lib/TaskProcessing
parentb85a0edc92f2894ed1674aa6216206a0e8fb1fcb (diff)
downloadnextcloud-server-5de42a53e263d6dda1896ff223158646bd81867b.tar.gz
nextcloud-server-5de42a53e263d6dda1896ff223158646bd81867b.zip
fix: Don't use dynamic property
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Diffstat (limited to 'tests/lib/TaskProcessing')
-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();