aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming/tests/Themes/AccessibleThemeTestCase.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/theming/tests/Themes/AccessibleThemeTestCase.php')
-rw-r--r--apps/theming/tests/Themes/AccessibleThemeTestCase.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/tests/Themes/AccessibleThemeTestCase.php b/apps/theming/tests/Themes/AccessibleThemeTestCase.php
index 5f13e2259aa..a1327a04f0b 100644
--- a/apps/theming/tests/Themes/AccessibleThemeTestCase.php
+++ b/apps/theming/tests/Themes/AccessibleThemeTestCase.php
@@ -148,7 +148,7 @@ class AccessibleThemeTestCase extends TestCase {
/**
* @dataProvider dataAccessibilityPairs
*/
- public function testAccessibilityOfVariables($mainColors, $backgroundColors, $minContrast) {
+ public function testAccessibilityOfVariables($mainColors, $backgroundColors, $minContrast): void {
if (!isset($this->theme)) {
$this->markTestSkipped('You need to setup $this->theme in your setUp function');
} elseif (!isset($this->util)) {