Merge "Allow third party code to hook-up MIME type detection"
[lhc/web/wiklou.git] / tests / phpunit / includes / LinkerTest.php
index 9889b08..72114e9 100644 (file)
@@ -91,8 +91,10 @@ class LinkerTest extends MediaWikiLangTestCase {
         */
        public function testFormatComment( $expected, $comment, $title = false, $local = false ) {
                $this->setMwGlobals( array(
+                       'wgScript' => '/wiki/index.php',
                        'wgArticlePath' => '/wiki/$1',
                        'wgWellFormedXml' => true,
+                       'wgCapitalLinks' => true,
                ) );
 
                if ( $title === false ) {