wiki.techinc.nl/tests/phpunit/includes/filerepo
Aaron Schulz f7e3ac3f95 FSFile and TempFSFile cleanups
* Remove wf* function dependencies. This includes wfTempDir().
  Callers now should specify the directory, though it will try to do
  most of the wfTempDir() logic anyway if they do not.
* Update callers to inject wfTempDir() so $wgTmpDirectory is used by
  TempFSFile instead of it probing to find a valid directory itself.
* Move most of the wfTempDir() logic to TempFSFile::getUsableTempDirectory().
* Remove unused getMimeType() method.

Change-Id: Idd55936b07f9448a6c90577708722b7b52b8fe66
2016-09-19 19:55:09 +00:00
..
file Typo in a test: '+' instead of '.' to concatenate strings 2016-09-03 16:29:13 +02:00
FileBackendDBRepoWrapperTest.php Many more function case mismatches 2016-03-19 00:20:58 +00:00
FileRepoTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
MigrateFileRepoLayoutTest.php FSFile and TempFSFile cleanups 2016-09-19 19:55:09 +00:00
RepoGroupTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
StoreBatchTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00