diff options
Diffstat (limited to 'tests/phpunit/includes/parser/ParserOptionsTest.php')
-rw-r--r-- | tests/phpunit/includes/parser/ParserOptionsTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/phpunit/includes/parser/ParserOptionsTest.php b/tests/phpunit/includes/parser/ParserOptionsTest.php index ec25697bec77..78199ddc1f93 100644 --- a/tests/phpunit/includes/parser/ParserOptionsTest.php +++ b/tests/phpunit/includes/parser/ParserOptionsTest.php @@ -26,7 +26,7 @@ class ParserOptionsTest extends MediaWikiTestCase { ]; } - protected function setUp() { + protected function setUp() : void { parent::setUp(); self::clearCache(); @@ -39,7 +39,7 @@ class ParserOptionsTest extends MediaWikiTestCase { $this->setTemporaryHook( 'PageRenderingHash', null ); } - protected function tearDown() { + protected function tearDown() : void { self::clearCache(); parent::tearDown(); } |