aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/filerepo/file/FileTest.php
Commit message (Expand)AuthorAgeFilesLines
* Clean up tests that misused the parameters of assertSame/EqualsFunc2022-02-081-2/+2
* Replace usages of deprecated wfWikiID()Alexander Vorwerk2021-12-211-2/+2
* Replace `new stdClass` with more compact array syntaxThiemo Kreuz2021-11-021-1/+1
* Replace usage of custom File propertiesTim Starling2021-05-271-0/+15
* Replace PHPUnit ->returnValue() with ->willReturn() shortcutThiemo Kreuz2021-04-221-33/+23
* Merge "RepoGroup: replace Title in method signatures"jenkins-bot2021-04-191-0/+39
|\
| * RepoGroup: replace Title in method signaturesdaniel2021-04-161-0/+39
* | phpunit: Mass-replace setMethods with onlyMethods and adjustDaimona Eaytoy2021-04-161-8/+8
|/
* [FileTest] Do not assume /tmp exists on windowsUmherirrender2020-12-121-1/+9
* Add core REST API endpoint for media linksBill Pirkle2020-01-221-0/+48
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-1/+1
* Add public as visibility in tests folderUmherirrender2019-10-101-2/+2
* Use ::class to resolve class names in testsUmherirrender2018-01-261-10/+10
* Add @covers tags to filerepo testsKunal Mehta2017-12-271-0/+1
* phpunit: Avoid use of deprecated getMock for PHPUnit 5 compatTimo Tijhof2017-04-061-2/+4
* Typo in a test: '+' instead of '.' to concatenate stringsSeb352016-09-031-1/+1
* Many more function case mismatchesReedy2016-03-191-2/+2
* Convert all array() syntax to []Kunal Mehta2016-02-171-82/+82
* Cleanup some docs (tests)umherirrender2014-08-111-2/+2
* Reformat function chains in FileTest.phpumherirrender2014-07-201-19/+29
* Merge two FileTest.php filesumherirrender2014-07-201-1/+29
* Generate thumbnails based on bucketsGilles Dubuc2014-07-081-0/+348