From 4f1de79d60f221011893306f1c35f8d1cc5f2701 Mon Sep 17 00:00:00 2001 From: Louis Charette Date: Sun, 14 Feb 2021 13:16:14 -0500 Subject: [PATCH] Fix protected --- tests/Integration/GroupProfileControllerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Integration/GroupProfileControllerTest.php b/tests/Integration/GroupProfileControllerTest.php index bc1be5c..4119d9a 100644 --- a/tests/Integration/GroupProfileControllerTest.php +++ b/tests/Integration/GroupProfileControllerTest.php @@ -89,7 +89,7 @@ public function testUpdateInfo(GroupController $controller) /** * @return GroupController */ - private function getController(): GroupController + protected function getController(): GroupController { return new GroupProfileController($this->ci); }