X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Ffilerepo%2FStoreBatchTest.php;h=337c65c4b763295ebfd96ae5935fca3d7491b6e9;hb=2ab7ae9d24009f8cd7555cdbd15c9a852b1cc4db;hp=4dc8fecd7e763620f0d58a96b557835d528e8f9b;hpb=9ba3fca2d8adc56787c8efc32c41424cb212e387;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/filerepo/StoreBatchTest.php b/tests/phpunit/includes/filerepo/StoreBatchTest.php index 4dc8fecd7e..337c65c4b7 100644 --- a/tests/phpunit/includes/filerepo/StoreBatchTest.php +++ b/tests/phpunit/includes/filerepo/StoreBatchTest.php @@ -15,7 +15,7 @@ class StoreBatchTest extends MediaWikiTestCase { global $wgFileBackends; parent::setUp(); - # Forge a FSRepo object to not have to rely on local wiki settings + # Forge a FileRepo object to not have to rely on local wiki settings $tmpPrefix = $this->getNewTempDirectory(); if ( $this->getCliArg( 'use-filebackend' ) ) { $name = $this->getCliArg( 'use-filebackend' ); @@ -63,7 +63,7 @@ class StoreBatchTest extends MediaWikiTestCase { * @param string $originalName The title of the image * @param string $srcPath The filepath or virtual URL * @param int $flags Flags to pass into repo::store(). - * @return FileRepoStatus + * @return Status */ private function storeit( $originalName, $srcPath, $flags ) { $hashPath = $this->repo->getHashPath( $originalName );