aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/filerepo/StoreBatchTest.php
Commit message (Expand)AuthorAgeFilesLines
* tests: Use namespaced classesUmherirrender2024-10-211-0/+1
* filerepo: Add missing documentation to class propertiesUmherirrender2024-09-011-0/+2
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-1/+1
* Simplify/remove duplicate assertStatusOK and suchthiemowmde2023-10-191-5/+5
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-0/+1
* Reorg: Migrate WikiMap to WikiMap/ out of includesAmir Sarabadani2023-02-271-0/+2
* Add convenience methods for asserting status.daniel2022-03-161-5/+5
* Replace usages of deprecated wfWikiID()Alexander Vorwerk2021-12-211-1/+1
* Drop experimental FileJournal system without deprecationJames D. Forrester2021-11-011-1/+0
* tests: Swap assertion order in unit testsUmherirrender2021-08-041-10/+10
* build: Updating dependencieslibraryupgrader2021-07-221-2/+2
* Hard deprecate LockManagerGroup::singleton() and ::destroySingletons()ZabeMath2021-05-031-1/+2
* MediaWikiTestCase to MediaWikiIntegrationTestCaseaddshore2020-06-301-1/+1
* tests: Add explicit return type void to setUp() and tearDown()Max Semenik2019-10-301-2/+2
* Remove left-over references from comments to removed FSRepo classTimo Tijhof2017-01-071-1/+1
* Remove FileRepoStatus referencesAaron Schulz2016-12-211-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-8/+8
* filerepo: Use standard method for creating temp dir in unit testTimo Tijhof2015-02-111-12/+7
* Remove MediaWikiPHPUnitCommandaddshore2014-08-021-2/+2
* Copy various random files used by tests to tests/phpunit/dataBartosz DziewoƄski2014-06-031-4/+4
* Pass phpcs-strict on some test files (7/11)Siebrand Mazeland2014-04-241-2/+12
* Fixed some @params documentation (tests)umherirrender2014-04-171-7/+7
* filebackend: cleaned up the FileBackend constructorAaron Schulz2013-12-031-1/+3
* Revert "filebackend: cleaned up the FileBackend constructor"Aaron Schulz2013-12-031-3/+1
* filebackend: cleaned up the FileBackend constructorAaron Schulz2013-11-231-1/+3
* Add @covers tags for more testsaddshore2013-10-211-1/+11
* Update code formattingSiebrand Mazeland2013-04-261-0/+1
* Update formattingSiebrand Mazeland2013-02-151-9/+9
* pass codesniffer on tests/Antoine Musso2013-01-281-5/+5
* Clean and repair many phpunit tests (+ fix implied configuration)Timo Tijhof2012-10-091-12/+12
* raise filerepo tests timeout to 10secAntoine Musso2012-08-291-0/+1
* r110180: fixed copy-paste cruft for custom backend code. Also made backend na...Aaron Schulz2012-01-281-4/+4
* Fixed a bunch of dir leakageAaron Schulz2012-01-271-6/+7
* * In NewParserTest, refactored code to use FileBackend (bug 31737). Also made...Aaron Schulz2012-01-251-2/+2
* * Modified StoreBatchTest and FileBackendTest to allow specifying a registere...Aaron Schulz2012-01-221-8/+22
* * Added FileBackend::parentStoragePath() convenience function for getting par...Aaron Schulz2012-01-201-22/+5
* Fix folder leakage.Platonides2012-01-201-5/+8
* tests: mark tests requiring a database connectionAntoine Musso2012-01-181-0/+5
* * Added 'basePath' config param to FSFileBackend and tweaked it to behave mor...Aaron Schulz2012-01-121-1/+1
* StoreBatchText note about using custom repoAntoine Musso2012-01-101-0/+4
* Dependency inject the repo/backend for proper testing rather than relying on ...Aaron Schulz2012-01-071-5/+15
* changed instances of sample.com to example.com per RFC 2606Ian Baker2011-12-211-2/+2
* clean up temp files. Fixes r99546 only better this time.Russ Nelson2011-12-161-1/+1
* clean up temp files. Fixes r99546Russ Nelson2011-12-161-0/+3
* StoreBatchTest counts now correct, and using assertEqualsRuss Nelson2011-10-161-10/+10
* Some docs and a test for FileRepo::storeBatch()Russ Nelson2011-10-111-0/+99