X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fmedia%2FMediaWikiMediaTestCase.php;h=196f688219d9c087d608bcc9e0c60f751dfb80fe;hb=32ed9feb39c5acfadf33d34b66cb70bd2ff01d16;hp=e854ab57f7c1aae0909f469479793003cb05d448;hpb=43885ef0926c5c09ea0af569b48245c13191cbe0;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/media/MediaWikiMediaTestCase.php b/tests/phpunit/includes/media/MediaWikiMediaTestCase.php index e854ab57f7..196f688219 100644 --- a/tests/phpunit/includes/media/MediaWikiMediaTestCase.php +++ b/tests/phpunit/includes/media/MediaWikiMediaTestCase.php @@ -1,10 +1,10 @@ createsThumbnails() ) { // We need a temp directory for the thumbnails // the container is named 'temp-thumb' because it is the - // thumb directory for a FSRepo named "temp". + // thumb directory for a repo named "temp". $containers['temp-thumb'] = $this->getNewTempDirectory(); } @@ -29,11 +29,11 @@ abstract class MediaWikiMediaTestCase extends MediaWikiTestCase { 'containerPaths' => $containers, 'tmpDirectory' => $this->getNewTempDirectory() ] ); - $this->repo = new FSRepo( $this->getRepoOptions() ); + $this->repo = new FileRepo( $this->getRepoOptions() ); } /** - * @return array Argument for FSRepo constructor + * @return array Argument for FileRepo constructor */ protected function getRepoOptions() { return [