Index: trunk/phase3/tests/parser/parserTest.inc |
— | — | @@ -165,7 +165,9 @@ |
166 | 166 | 'url' => 'http://example.com/images', |
167 | 167 | 'hashLevels' => 2, |
168 | 168 | 'transformVia404' => false, |
169 | | - 'backend' => $backend |
| 169 | + 'backend' => $backend, |
| 170 | + 'zones' => array( 'deleted' => array( |
| 171 | + 'container' => 'images-deleted', 'directory' => '' ) ) |
170 | 172 | ); |
171 | 173 | $wgNamespaceProtection[NS_MEDIAWIKI] = 'editinterface'; |
172 | 174 | $wgNamespaceAliases['Image'] = NS_FILE; |