From: Aaron Schulz Date: Tue, 20 Dec 2011 08:47:48 +0000 (+0000) Subject: Set deleted zone container in parserTest.inc X-Git-Tag: 1.31.0-rc.0~25876 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/fiche.php?a=commitdiff_plain;h=ff404538c2ec114712a28693a555d0911cd8b248;p=lhc%2Fweb%2Fwiklou.git Set deleted zone container in parserTest.inc --- diff --git a/tests/parser/parserTest.inc b/tests/parser/parserTest.inc index 7df086858d..37ae04fe8c 100644 --- a/tests/parser/parserTest.inc +++ b/tests/parser/parserTest.inc @@ -165,7 +165,9 @@ class ParserTest { 'url' => 'http://example.com/images', 'hashLevels' => 2, 'transformVia404' => false, - 'backend' => $backend + 'backend' => $backend, + 'zones' => array( 'deleted' => array( + 'container' => 'images-deleted', 'directory' => '' ) ) ); $wgNamespaceProtection[NS_MEDIAWIKI] = 'editinterface'; $wgNamespaceAliases['Image'] = NS_FILE;