aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/linker/LinkRendererTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/includes/linker/LinkRendererTest.php')
-rw-r--r--tests/phpunit/includes/linker/LinkRendererTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/linker/LinkRendererTest.php b/tests/phpunit/includes/linker/LinkRendererTest.php
index d176e3914500..d359988a67b5 100644
--- a/tests/phpunit/includes/linker/LinkRendererTest.php
+++ b/tests/phpunit/includes/linker/LinkRendererTest.php
@@ -192,7 +192,7 @@ class LinkRendererTest extends MediaWikiLangTestCase {
);
}
- function tearDown() {
+ public function tearDown() {
Title::clearCaches();
parent::tearDown();
}