aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/shell/ShellTest.php
Commit message (Expand)AuthorAgeFilesLines
* Make Shell::makeScriptCommand use run.phpdaniel2023-07-251-17/+20
* tests: Make some PHPUnit data providers staticTim Starling2023-03-241-2/+2
* Migrate use of global to use of config settingsDerick Alangi2022-08-121-1/+2
* Remove or replace usages of "sanity"Reedy2021-11-211-1/+1
* Tests: Mark more more closures as staticUmherirrender2021-02-091-1/+1
* Use Shellbox for Shell::command() etc.Tim Starling2021-02-051-6/+3
* Improve some function documentation in testsUmherirrender2021-01-141-1/+1
* Fixes shell edge-cases in WindowsJuan Osorio2020-08-261-2/+13
* MediaWikiTestCase to MediaWikiIntegrationTestCaseaddshore2020-06-301-1/+1
* Replace all call_user_func(_array) in all testsThiemo Kreuz2020-06-061-1/+1
* Manual fix of the remaining assertInternalType & Co.Daimona Eaytoy2019-12-151-1/+1
* Autofix 94 PHPUnit 8 compat issuesDaimona Eaytoy2019-12-131-1/+1
* tests: Prefer assertSame() when comparing the integer 0Thiemo Kreuz2019-09-191-1/+1
* Remove covers validator trait where it is not neededThiemo Kreuz2019-05-171-2/+0
* Remove excessive indenting of parameters on newlinesReedy2018-11-061-5/+6
* Deprecate wfShellWikiCmd()Max Semenik2018-04-161-1/+71
* build: Updating mediawiki/mediawiki-codesniffer to 16.0.0Umherirrender2018-02-171-1/+1
* Use MediaWikiCoversValidator for tests that don't use MediaWikiTestCaseKunal Mehta2018-01-011-0/+3
* Add @covers for includes/shell/ testsKunal Mehta2017-12-081-0/+1
* Shell: skip null parametersMax Semenik2017-11-291-0/+1
* Replace wfShellExec() with a classMax Semenik2017-09-081-0/+30