test(unit): fix tests, mostly due to missing boardId's, which are now required for event emitting

Signed-off-by: chandi Langecker <git@chandi.it>
This commit is contained in:
chandi Langecker
2023-01-05 12:18:44 +01:00
committed by Julius Härtl
parent c03d067464
commit b4eece879d
2 changed files with 8 additions and 0 deletions

View File

@@ -219,6 +219,7 @@ class BoardServiceTest extends TestCase {
public function testUpdate() {
$board = new Board();
$board->setId(123);
$board->setTitle('MyBoard');
$board->setOwner('admin');
$board->setColor('00ff00');