diff options
author | Marcel Klehr <mklehr@gmx.net> | 2024-05-06 11:57:05 +0200 |
---|---|---|
committer | Marcel Klehr <mklehr@gmx.net> | 2024-05-14 11:38:40 +0200 |
commit | 5de42a53e263d6dda1896ff223158646bd81867b (patch) | |
tree | 3c2301dd317440f1d252d62d88ea41dae0c9dfe0 /tests/lib/TaskProcessing | |
parent | b85a0edc92f2894ed1674aa6216206a0e8fb1fcb (diff) | |
download | nextcloud-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.php | 2 |
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(); |