aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/content/TextContentTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/includes/content/TextContentTest.php')
-rw-r--r--tests/phpunit/includes/content/TextContentTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/phpunit/includes/content/TextContentTest.php b/tests/phpunit/includes/content/TextContentTest.php
index ecd23f133814..777352bc0b02 100644
--- a/tests/phpunit/includes/content/TextContentTest.php
+++ b/tests/phpunit/includes/content/TextContentTest.php
@@ -10,7 +10,7 @@ use MediaWiki\MediaWikiServices;
class TextContentTest extends MediaWikiLangTestCase {
protected $context;
- protected function setUp() {
+ protected function setUp() : void {
parent::setUp();
// trigger purging of all page related tables
@@ -40,7 +40,7 @@ class TextContentTest extends MediaWikiLangTestCase {
MWTidy::destroySingleton();
}
- protected function tearDown() {
+ protected function tearDown() : void {
MWTidy::destroySingleton();
parent::tearDown();
}