summaryrefslogtreecommitdiffstats
path: root/tests/Core/Controller/JsControllerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Core/Controller/JsControllerTest.php')
-rw-r--r--tests/Core/Controller/JsControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Core/Controller/JsControllerTest.php b/tests/Core/Controller/JsControllerTest.php
index e05f5bf5ded..503e97d1c53 100644
--- a/tests/Core/Controller/JsControllerTest.php
+++ b/tests/Core/Controller/JsControllerTest.php
@@ -48,7 +48,7 @@ class JsControllerTest extends TestCase {
/** @var IRequest|\PHPUnit_Framework_MockObject_MockObject */
private $request;
- public function setUp() {
+ public function setUp(): void {
parent::setUp();
/** @var Factory|\PHPUnit_Framework_MockObject_MockObject $factory */