X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fmedia%2FMediaWikiMediaTestCase.php;h=43eb2992d575fdfdd9e2ba4867d3770f6ca90f35;hp=e854ab57f7c1aae0909f469479793003cb05d448;hb=8b18ae7b5;hpb=cae4aae3b5892cea4e969e4247eb7579c61f93be diff --git a/tests/phpunit/includes/media/MediaWikiMediaTestCase.php b/tests/phpunit/includes/media/MediaWikiMediaTestCase.php index e854ab57f7..43eb2992d5 100644 --- a/tests/phpunit/includes/media/MediaWikiMediaTestCase.php +++ b/tests/phpunit/includes/media/MediaWikiMediaTestCase.php @@ -1,10 +1,10 @@ $containers, 'tmpDirectory' => $this->getNewTempDirectory() ] ); - $this->repo = new FSRepo( $this->getRepoOptions() ); + $this->repo = new FileRepo( $this->getRepoOptions() ); } /**