From: Timo Tijhof Date: Wed, 4 Jan 2017 03:12:06 +0000 (-0800) Subject: Remove left-over references from comments to removed FSRepo class X-Git-Tag: 1.31.0-rc.0~4370 X-Git-Url: http://git.cyclocoop.org/%22.htmlspecialchars%28%24url_syndic%29.%22?a=commitdiff_plain;h=f14c11f1b517ac656923f4a47a05ce5162109afb;p=lhc%2Fweb%2Fwiklou.git Remove left-over references from comments to removed FSRepo class Follows-up 8b18ae7b5. Change-Id: I10badb3e4648b2b32168a8aaad35855b2f6ae35e --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index a56c8dfaa8..ffa5c2128e 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -443,7 +443,6 @@ $wgImgAuthUrlPathMap = []; * Properties required for all repos: * - class The class name for the repository. May come from the core or an extension. * The core repository classes are FileRepo, LocalRepo, ForeignDBRepo. - * FSRepo is also supported for backwards compatibility. * * - name A unique name for the repository (but $wgLocalFileRepo should be 'local'). * The name should consist of alpha-numeric characters. diff --git a/tests/phpunit/includes/filerepo/StoreBatchTest.php b/tests/phpunit/includes/filerepo/StoreBatchTest.php index baf8687516..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' ); diff --git a/tests/phpunit/includes/media/MediaWikiMediaTestCase.php b/tests/phpunit/includes/media/MediaWikiMediaTestCase.php index 43eb2992d5..196f688219 100644 --- a/tests/phpunit/includes/media/MediaWikiMediaTestCase.php +++ b/tests/phpunit/includes/media/MediaWikiMediaTestCase.php @@ -19,7 +19,7 @@ abstract class MediaWikiMediaTestCase extends MediaWikiTestCase { if ( $this->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(); } @@ -33,7 +33,7 @@ abstract class MediaWikiMediaTestCase extends MediaWikiTestCase { } /** - * @return array Argument for FSRepo constructor + * @return array Argument for FileRepo constructor */ protected function getRepoOptions() { return [