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:
committed by
Julius Härtl
parent
c03d067464
commit
b4eece879d
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user