Merge "Add extmetadata to the ForeignAPIFile iiprops"
[lhc/web/wiklou.git] / tests / phpunit / includes / parser / PreprocessorTest.php
index 0d2e07e..8aee937 100644 (file)
@@ -233,7 +233,7 @@ class PreprocessorTest extends MediaWikiTestCase {
         * @dataProvider provideHeadings
         * @covers Preprocessor_DOM::preprocessToXml
         */
-       function testHeadings( $wikiText, $expectedXml ) {
+       public function testHeadings( $wikiText, $expectedXml ) {
                $this->assertEquals( $this->normalizeXml( $expectedXml ), $this->preprocessToXml( $wikiText ) );
        }
 }