aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/TitleMethodsTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/includes/TitleMethodsTest.php')
-rw-r--r--tests/phpunit/includes/TitleMethodsTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/phpunit/includes/TitleMethodsTest.php b/tests/phpunit/includes/TitleMethodsTest.php
index 3079d73a3788..55a17ac3ddf6 100644
--- a/tests/phpunit/includes/TitleMethodsTest.php
+++ b/tests/phpunit/includes/TitleMethodsTest.php
@@ -9,7 +9,7 @@
*/
class TitleMethodsTest extends MediaWikiTestCase {
- public function setUp() {
+ protected function setUp() {
global $wgContLang;
parent::setUp();
@@ -33,7 +33,7 @@ class TitleMethodsTest extends MediaWikiTestCase {
$wgContLang->resetNamespaces(); # reset namespace cache
}
- public function tearDown() {
+ protected function tearDown() {
global $wgContLang;
parent::tearDown();