Merge "filebackend: cleaned up the FileBackend constructor"
[lhc/web/wiklou.git] / tests / phpunit / includes / media / SVGTest.php
index e0fae71..dafcae7 100644 (file)
@@ -11,7 +11,7 @@ class SvgTest extends MediaWikiTestCase {
 
                $this->backend = new FSFileBackend( array(
                        'name' => 'localtesting',
-                       'lockManager' => 'nullLockManager',
+                       'wikiId' => wfWikiId(),
                        'containerPaths' => array( 'data' => $this->filePath )
                ) );
                $this->repo = new FSRepo( array(