Fix for r96344: explicitly set $wgExtensionAssetsPath during tests
[lhc/web/wiklou.git] / tests / phpunit / includes / parser / NewParserTest.php
index edef61b..15247e3 100644 (file)
@@ -231,6 +231,7 @@ class NewParserTest extends MediaWikiTestCase {
                        'wgScript' => '/index.php',
                        'wgScriptPath' => '/',
                        'wgArticlePath' => '/wiki/$1',
+                       'wgExtensionAssetsPath' => '/extensions',
                        'wgActionPaths' => array(),
                        'wgLocalFileRepo' => array(
                                'class' => 'LocalRepo',