aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/bootstrap.php
Commit message (Expand)AuthorAgeFilesLines
* phpunit: Fix bootstrap script when no extensions are installedBartosz Dziewoński2025-02-211-1/+1
* Setup: Remove unused $wgBaseDirectory in favour of MW_INSTALL_PATHTimo Tijhof2024-12-141-1/+0
* Add MediaWiki\Registration namespace to registration classesEbrahim Byagowi2024-08-101-0/+2
* Fix tests/phpunit/bootstrap.php on WindowsBartosz Dziewoński2024-05-031-1/+1
* phpunit bootstrap: Allow overriding $hasIntegrationTestsLucas Werkmeister2024-04-151-1/+16
* phpunit: Do not crash when paratest options are passed inDaimona Eaytoy2024-02-251-1/+3
* phpunit bootstrap: disable XDebug before invoking getPHPUnitExtensionsAndSkin...daniel2024-02-211-1/+11
* phpunit: Deprecate suite.xml and composer phpunit:entrypointDaimona Eaytoy2023-12-211-1/+4
* phpunit: Load MW settings in bootstrap.php if running integration testsDaimona Eaytoy2023-12-131-63/+114
* phpunit: Make getPHPUnitExtensionsAndSkins run the UnitTestsList hookDaimona Eaytoy2023-11-131-1/+6
* Bump codesniffer to 42.0.0Amir Sarabadani2023-09-271-1/+1
* phpunit: Determine what extensions to load in unit tests via configDaimona Eaytoy2023-09-251-14/+30
* phpunit: Streamline loading of Setup.phpDaimona Eaytoy2023-07-131-8/+7
* phpunit: More improvements for PHPUnit bootstrap filesDaimona Eaytoy2023-07-131-6/+1
* phpunit: Improve PHPUnit bootstrap filesDaimona Eaytoy2023-07-131-2/+0
* phpunit: Simplify PHPUnit bootstrap filesDaimona Eaytoy2023-07-121-21/+2
* phpunit: Check if composer dependencies are up-to-dateKosta Harlan2023-03-091-0/+7
* profiler: Inject $wgProfiler from Setup.php to ProfilerTimo Tijhof2022-11-091-0/+3
* Collect autoloader info in ExtensionProcessordaniel2022-06-071-7/+9
* Turn DefaultSettings.php into a deprecated stubdaniel2022-05-171-3/+11
* Setup.php: clarify the use of $IP.daniel2022-05-031-1/+2
* Move wfRequireOnceInGlobalScope to TestSetupDaimona Eaytoy2022-04-251-28/+12
* Define MW_INSTALL_PATH constant and BaseDirectory config.daniel2022-03-041-0/+1
* Fix duplicate define() in bootstrap.phpdaniel2022-02-141-1/+1
* Allow main settings file to be selected via env variable.daniel2022-02-061-1/+2
* Do not rely on $IP in DefaultSettings.phpdaniel2022-02-031-0/+5
* phpunit: Initialize CLI options for vendor/bin/phpunitKosta Harlan2021-12-161-0/+1
* phpunit: Include DevelopmentSettings for `composer phpunit:unit`Antoine Musso2021-10-021-0/+1
* Make phpunit:unit accept extension*.json to populate the classesAmir Sarabadani2020-08-071-17/+12
* Call TestSetup::applyInitialConfig() from bootstrap.phpTim Starling2020-04-211-0/+2
* Add MW_ENTRY_POINT to bootstrap.phpTim Starling2020-04-011-0/+1
* Allow specifying autoloaded classes for testsmainframe982019-12-101-0/+1
* phpunit: Repair GLOBALS reset in MediaWikiUnitTestCaseTimo Tijhof2019-09-021-9/+5
* Unit tests: Remove duplicated code in ExtensionRegistryKosta Harlan2019-08-191-4/+7
* Tests: Allow vendor/bin/phpunit from within extension directoryKosta Harlan2019-08-141-3/+2
* Load GlobalFunctions.php to tests/phpunit/bootstrap.phpAmir Sarabadani2019-07-141-0/+1
* PHPUnit bootstrap: less aggressive unsetting of globalsKosta Harlan2019-07-101-0/+6
* Unit tests: Support unit tests in extensions and skinsKosta Harlan2019-07-011-0/+20
* Move trivially compatible tests to the unit tests suiteMáté Szabó2019-06-301-0/+1
* Define unit and integration test suitesKosta Harlan2019-06-281-26/+59
* phpunit: Call 'teardownTestDB' from shutdown instead of destruct.Timo Tijhof2019-03-291-12/+17
* Remove phpunit profiling. It doesn't make any senseChad Horohoe2015-02-101-7/+0
* Move profile In/OUT call out of MWPHPUnitCommandaddshore2014-05-051-0/+6
* Move teardownTestDB and wfLogProfilingData out of MWPHPUnitCommandaddshore2014-05-051-0/+15
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* Fix bootstrap in unit testsAlexandre Emsenhuber2013-05-031-17/+0
* Update code formattingSiebrand Mazeland2013-04-261-1/+1
* Update formattingSiebrand Mazeland2013-02-141-1/+1
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Bumping minimum supported version of PHPUnit to 3.6.7Christian Aistleitner2012-04-291-2/+2