mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
fix: Don't use dynamic property
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
parent
b85a0edc92
commit
5de42a53e2
1 changed files with 2 additions and 0 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue