Remove unneeded methods in tests
[lhc/web/wiklou.git] / tests / phpunit / includes / TemplateCategoriesTest.php
index 906aebd..fb63a56 100644 (file)
@@ -10,7 +10,7 @@ class TemplateCategoriesTest extends MediaWikiLangTestCase {
        /**
         * @covers Title::getParentCategories
         */
-       function testTemplateCategories() {
+       public function testTemplateCategories() {
                $title = Title::newFromText( "Categorized from template" );
                $page = WikiPage::factory( $title );
                $user = new User();