tests: Avoid using dynamic properties

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2023-11-23 07:37:14 +01:00
parent 843afb19ea
commit 9867f2a856
12 changed files with 35 additions and 6 deletions

View File

@@ -32,6 +32,7 @@ use OCP\IRequest;
class StackApiControllerTest extends \Test\TestCase {
private $appName = 'deck';
private $request;
private $userId = 'admin';
private $controller;
private $boardService;