aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/filebackend/FileBackendTest.php
Commit message (Expand)AuthorAgeFilesLines
* Unit tests for FileBackendAryeh Gregor2019-10-301-2776/+0
* Convert FileBackendGroup to serviceAryeh Gregor2019-10-251-1/+4
* Add public as visibility in tests folderUmherirrender2019-10-101-2/+2
* tests: Replace PHPUnit's loose assertEquals(false) with assertFalse()Thiemo Kreuz2019-10-041-20/+19
* Expand testDoQuickOperations() tests for FileBackendAaron Schulz2019-09-291-57/+117
* tests: Replace PHPUnit's loose assertEquals(null) with assertNull()Thiemo Kreuz2019-09-271-3/+3
* tests: Prefer assertSame() when comparing the integer 0Thiemo Kreuz2019-09-191-1/+1
* Make doTestLockCalls() fasterAaron Schulz2019-09-131-1/+1
* filebackend: optimize 'move' in FSFileBackend to avoid is_file() callsAaron Schulz2019-09-071-7/+16
* filebackend: optimize 'delete' for FSFileBackend to avoid is_file() callsAaron Schulz2019-09-071-5/+6
* filebackend: improve internal use of FileBackend constantsAaron Schulz2019-09-031-197/+261
* FileJournal testsAryeh Gregor2019-09-031-2/+0
* tests: Remove use of wfRandomString() for test fixturesTimo Tijhof2019-05-061-5/+3
* Deprecate the Http classAryeh Gregor2019-05-061-1/+3
* Remove a few obscure "done" and "empty" commentsThiemo Kreuz2019-01-301-2/+2
* Disallow empty paths in LockManagerAaron Schulz2018-07-261-20/+21
* Update suppressWarning()/restoreWarning() callsReedy2018-02-101-2/+2
* Use ::class to resolve class names in testsUmherirrender2018-01-261-8/+8
* Switch to librarized version of TestingAccessWrapperGergő Tisza2017-04-201-0/+2
* Fix @covers for FileBackendTim Starling2017-02-271-52/+38
* Merge "FSFile and TempFSFile cleanups"jenkins-bot2016-09-201-4/+4
|\
| * FSFile and TempFSFile cleanupsAaron Schulz2016-09-191-4/+4
* | Move some FileBackend related classes to /libsAaron Schulz2016-09-191-13/+13
|/
* Added Range support to FileBackend::streamFile()Aaron Schulz2016-06-041-9/+57
* Many more function case mismatchesReedy2016-03-191-2/+2
* Fix numerous class/function casingReedy2016-03-181-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-539/+539
* Merge "tests: Clean up use of mt_rand()"jenkins-bot2015-12-061-2/+1
|\
| * tests: Clean up use of mt_rand()Timo Tijhof2015-12-031-2/+1
* | Remove DeferredUpdates::forceDeferral() testing hackAaron Schulz2015-12-041-7/+1
|/
* Replace wfBaseConvert with Wikimedia\base_convertReedy2015-11-241-3/+3
* Merge "Improve MIME detection in FileBackend"jenkins-bot2015-11-031-0/+36
|\
| * Improve MIME detection in FileBackendAaron Schulz2015-11-021-0/+36
* | Normalize header case for FileBackend operationsAaron Schulz2015-10-271-0/+31
|/
* Added replication=async option to FileBackendMultiWriteAaron Schulz2015-10-011-0/+53
* Fix issues identified by SpaceBeforeSingleLineComment sniffVivek Ghaisas2015-09-261-2/+2
* Added read affinity tests for FileBackendMultiWriteAaron Schulz2015-09-211-0/+50
* Replace use of assertType with assertInternalType and assertInstanceOfaude2015-04-091-1/+1
* Profile all external HTTP requests from MWChad Horohoe2015-03-031-1/+1
* Use MediaWikiTestCase methods for tempdir in unit testsTimo Tijhof2015-02-111-48/+18
* Remove MediaWikiPHPUnitCommandaddshore2014-08-021-2/+2
* Pass phpcs-strict on some test files (7/11)Siebrand Mazeland2014-04-241-17/+78
* Fixed broken filebackend test for "describe"Aaron Schulz2014-04-151-0/+1
* Fixed wrong usage of $tmpFile in Swift backendAaron Schulz2014-01-151-2/+2
* Merge "filebackend: Added supported for retrieving file metadata/headers"jenkins-bot2014-01-091-3/+35
|\
| * filebackend: Added supported for retrieving file metadata/headersAaron Schulz2014-01-081-3/+35
* | Fixed minor unit test dir leakageAaron Schulz2014-01-081-1/+1
|/
* Removed cloudfiles dependency in SwiftFileBackendAaron Schulz2014-01-071-2/+22
* Fixed undefined variable errors that made tests failAaron Schulz2013-12-181-1/+3
* Added streamFile() unit testsAaron Schulz2013-12-171-0/+51