From 881b05aeb152657ed625ffbc0320aee93d265922 Mon Sep 17 00:00:00 2001 From: Ryan Fletcher Date: Sat, 14 Jul 2018 14:56:25 -0400 Subject: [PATCH] fixed BoardControllerTest from errors Signed-off-by: Ryan Fletcher --- tests/unit/controller/BoardControllerTest.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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