aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/phpunit.php
Commit message (Expand)AuthorAgeFilesLines
* tests: Avoid stacktrace for outdated composer dependency messageUmherirrender2025-02-101-6/+1
* phpunit: Don't override --bootstrap if suppliedPaladox2025-01-131-1/+3
* Add MediaWiki\Registration namespace to registration classesEbrahim Byagowi2024-08-101-0/+1
* Deprecate $wgCommandLineModeBartosz Dziewoński2024-01-021-4/+0
* phpunit: Deprecate suite.xml and composer phpunit:entrypointDaimona Eaytoy2023-12-211-1/+3
* phpunit: Deprecate tests/phpunit/phpunit.php scriptDaimona Eaytoy2023-07-121-0/+11
* phpunit: Check if composer dependencies are up-to-dateKosta Harlan2023-03-091-0/+7
* Revert "phpunit: Default to vendor/bin/phpunit, remove suites.xml"Lucas Werkmeister (WMDE)2022-06-091-17/+95
* phpunit: Default to vendor/bin/phpunit, remove suites.xmlKosta Harlan2022-06-081-95/+17
* Setup.php: clarify the use of $IP.daniel2022-05-031-0/+2
* phpunit: Remove some unnecessary code from phpunit.phpDaimona Eaytoy2022-04-231-32/+11
* phpunit: parse any --boostrap parameter in getopt() callAaron Schulz2022-04-041-2/+2
* Add wiki-farm supportdaniel2022-04-011-1/+3
* phpunit: Remove or inline phpunit.php loadSettings() and fatalError()Daimona Eaytoy2022-03-311-55/+21
* phpunit: Remove custom MediaWikiPHPUnitCommand and use default directlyDaimona Eaytoy2022-03-311-7/+10
* tests: Change use of AtEase to at operatorTimo Tijhof2022-02-241-4/+1
* tests: Replace some usages of Wikimedia\(suppress|restore)Warnings()Reedy2022-02-241-2/+3
* Fix duplicate define() in bootstrap.phpdaniel2022-02-141-3/+1
* Allow main settings file to be selected via env variable.daniel2022-02-061-3/+4
* phpunit.php: Move remaining CLI options to env variablesDaimona Eaytoy2021-05-181-239/+8
* Merge "phpunit.php: Remove DB-related options"jenkins-bot2021-05-171-36/+1
|\
| * phpunit.php: Remove DB-related optionsDaimona Eaytoy2021-04-171-36/+1
* | rdbms: Move setLBFactoryTriggers from doMaintenance to service wiringTimo Tijhof2021-04-271-56/+0
|/
* Use ::class for class nameUmherirrender2021-04-081-1/+1
* Simplify / clean up phpunit.phpDaimona Eaytoy2021-04-061-401/+60
* Decouple phpunit.php from MaintenanceDaimona Eaytoy2021-03-211-26/+759
* Safer autoloading with respect to file-scope codeTim Starling2021-01-111-5/+5
* Call ob_start() before running testsTim Starling2020-05-251-0/+4
* Use class keyword for classname resolutionAmmar Abdulhamid2020-03-271-1/+1
* phpunit: fix parameter manglingdaniel2020-01-231-6/+18
* phpunit: Drop "debug-tests" command, no-op, now unused in QuibbleJames D. Forrester2020-01-151-7/+0
* Merge "Fixes for PHPUnit 8 compatibility"jenkins-bot2019-12-111-0/+1
|\
| * Fixes for PHPUnit 8 compatibilityDaimona Eaytoy2019-12-101-0/+1
* | Allow specifying autoloaded classes for testsmainframe982019-12-101-0/+2
|/
* Show the PHPUnit help in phpunit.php --helpTim Starling2019-11-251-0/+6
* Fix broken running tests locally in IDEFlorian2019-11-211-13/+2
* phpunit: delete MediaWikiTestResult and TestRunnerDaimona Eaytoy2019-11-171-28/+21
* tests: Nuke everything HHVM-relatedMax Semenik2019-10-051-3/+1
* phpunit: Repair GLOBALS reset in MediaWikiUnitTestCaseTimo Tijhof2019-09-021-0/+7
* Output only to stderr in unit testsAryeh Gregor2018-10-081-2/+2
* Make phpunit.php less hackish, and install the listener unconditionallyTim Starling2018-09-041-69/+27
* Reset services before every testTim Starling2018-09-031-3/+0
* Make maintenance scripts fail on unknown parametersBill Pirkle2018-08-061-0/+1
* Allow PHPUnit 6 optionally in require-devReedy2018-04-121-1/+1
* build: Updating mediawiki/mediawiki-codesniffer to 16.0.0Umherirrender2018-02-171-1/+1
* tests: Commit initial version of DevelopmentSettings.phpTimo Tijhof2017-12-271-0/+1
* phpunit.php: omit --quiet in helpGergő Tisza2017-09-171-0/+9
* Refactor parser testsTim Starling2016-09-121-110/+2
* Renames preparatory to parser tests refactorTim Starling2016-09-121-1/+1
* Allow --profile to be used in phpunit.phpTim Starling2016-09-081-27/+24