summaryrefslogtreecommitdiffstats
path: root/tests/unit/Controller/ContactsControllerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/Controller/ContactsControllerTest.php')
-rw-r--r--tests/unit/Controller/ContactsControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/Controller/ContactsControllerTest.php b/tests/unit/Controller/ContactsControllerTest.php
index 34e35a27..c55cc1f2 100644
--- a/tests/unit/Controller/ContactsControllerTest.php
+++ b/tests/unit/Controller/ContactsControllerTest.php
@@ -40,7 +40,7 @@ class ContactsControllerTest extends TestCase {
private $urlGenerator;
- public function setUp() {
+ protected function setUp(): void {
parent::setUp();
$this->request = $this->createMock(IRequest::class);