summaryrefslogtreecommitdiffstats
path: root/apps/theming/tests/CapabilitiesTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/theming/tests/CapabilitiesTest.php')
-rw-r--r--apps/theming/tests/CapabilitiesTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/tests/CapabilitiesTest.php b/apps/theming/tests/CapabilitiesTest.php
index f007de1dbdb..76dd680b49a 100644
--- a/apps/theming/tests/CapabilitiesTest.php
+++ b/apps/theming/tests/CapabilitiesTest.php
@@ -55,7 +55,7 @@ class CapabilitiesTest extends TestCase {
/** @var Capabilities */
protected $capabilities;
- protected function setUp() {
+ protected function setUp(): void {
parent::setUp();
$this->theming = $this->createMock(ThemingDefaults::class);