diff --git a/tests/unit/controller/BoardControllerTest.php b/tests/unit/controller/BoardControllerTest.php index 660677125..223a54aa5 100644 --- a/tests/unit/controller/BoardControllerTest.php +++ b/tests/unit/controller/BoardControllerTest.php @@ -71,9 +71,7 @@ class BoardControllerTest extends \Test\TestCase { $this->controller = new BoardController( 'deck', - $this->request, - $this->userManager, - $this->groupManager, + $this->request, $this->boardService, $this->permissionService, $this->userId