fixed BoardControllerTest from errors
Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca>
This commit is contained in:
committed by
Julius Härtl
parent
cfd9ab98c6
commit
881b05aeb1
@@ -71,9 +71,7 @@ class BoardControllerTest extends \Test\TestCase {
|
|||||||
|
|
||||||
$this->controller = new BoardController(
|
$this->controller = new BoardController(
|
||||||
'deck',
|
'deck',
|
||||||
$this->request,
|
$this->request,
|
||||||
$this->userManager,
|
|
||||||
$this->groupManager,
|
|
||||||
$this->boardService,
|
$this->boardService,
|
||||||
$this->permissionService,
|
$this->permissionService,
|
||||||
$this->userId
|
$this->userId
|
||||||
|
|||||||
Reference in New Issue
Block a user