Parser cases test external image support, which is now off by default. Turn it on...
[lhc/web/wiklou.git] / maintenance / parserTests.inc
index b56a3d7..ec6e044 100644 (file)
@@ -347,6 +347,7 @@ class ParserTest {
                        'wgThumbnailScriptPath' => false,
                        'wgUseTeX' => false,
                        'wgLocaltimezone' => 'UTC',
+                       'wgAllowExternalImages' => true,
                        );
                $this->savedGlobals = array();
                foreach( $settings as $var => $val ) {