Fix tests

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2020-05-06 09:34:38 +02:00
parent 611f9ff6a5
commit fc5c34897e
7 changed files with 15 additions and 13 deletions

View File

@@ -34,7 +34,9 @@ class LabelApiControllerTest extends \Test\TestCase {
private $request;
private $labelService;
private $userId = 'admin';
private $exampleLabel;
private $exampleLabel = [
'id' => 123
];
public function setUp(): void {
parent::setUp();