Index: trunk/phase3/tests/phpunit/suites/UploadFromUrlTestSuite.php |
— | — | @@ -42,7 +42,9 @@ |
43 | 43 | 'url' => 'http://example.com/images', |
44 | 44 | 'hashLevels' => 2, |
45 | 45 | 'transformVia404' => false, |
46 | | - 'backend' => $backend |
| 46 | + 'backend' => $backend, |
| 47 | + 'zones' => array( 'deleted' => array( |
| 48 | + 'container' => 'images-deleted', 'directory' => '' ) ) |
47 | 49 | ); |
48 | 50 | $wgNamespaceProtection[NS_MEDIAWIKI] = 'editinterface'; |
49 | 51 | $wgNamespaceAliases['Image'] = NS_FILE; |
— | — | @@ -69,6 +71,7 @@ |
70 | 72 | |
71 | 73 | } |
72 | 74 | |
| 75 | + // @FIXME: restore globals? |
73 | 76 | public function tearDown() { |
74 | 77 | $this->teardownUploadDir( $this->uploadDir ); |
75 | 78 | } |