aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/parser/MagicVariableTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/includes/parser/MagicVariableTest.php')
-rw-r--r--tests/phpunit/includes/parser/MagicVariableTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/parser/MagicVariableTest.php b/tests/phpunit/includes/parser/MagicVariableTest.php
index c5ee3d0e408c..9a74d0e12f93 100644
--- a/tests/phpunit/includes/parser/MagicVariableTest.php
+++ b/tests/phpunit/includes/parser/MagicVariableTest.php
@@ -39,7 +39,7 @@ class MagicVariableTest extends MediaWikiTestCase {
];
/** setup a basic parser object */
- protected function setUp() {
+ protected function setUp() : void {
parent::setUp();
$contLang = MediaWikiServices::getInstance()->getLanguageFactory()->getLanguage( 'en' );