index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
phpunit
/
bootstrap.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
phpunit: Fix bootstrap script when no extensions are installed
Bartosz Dziewoński
2025-02-21
1
-1
/
+1
*
Setup: Remove unused $wgBaseDirectory in favour of MW_INSTALL_PATH
Timo Tijhof
2024-12-14
1
-1
/
+0
*
Add MediaWiki\Registration namespace to registration classes
Ebrahim Byagowi
2024-08-10
1
-0
/
+2
*
Fix tests/phpunit/bootstrap.php on Windows
Bartosz Dziewoński
2024-05-03
1
-1
/
+1
*
phpunit bootstrap: Allow overriding $hasIntegrationTests
Lucas Werkmeister
2024-04-15
1
-1
/
+16
*
phpunit: Do not crash when paratest options are passed in
Daimona Eaytoy
2024-02-25
1
-1
/
+3
*
phpunit bootstrap: disable XDebug before invoking getPHPUnitExtensionsAndSkin...
daniel
2024-02-21
1
-1
/
+11
*
phpunit: Deprecate suite.xml and composer phpunit:entrypoint
Daimona Eaytoy
2023-12-21
1
-1
/
+4
*
phpunit: Load MW settings in bootstrap.php if running integration tests
Daimona Eaytoy
2023-12-13
1
-63
/
+114
*
phpunit: Make getPHPUnitExtensionsAndSkins run the UnitTestsList hook
Daimona Eaytoy
2023-11-13
1
-1
/
+6
*
Bump codesniffer to 42.0.0
Amir Sarabadani
2023-09-27
1
-1
/
+1
*
phpunit: Determine what extensions to load in unit tests via config
Daimona Eaytoy
2023-09-25
1
-14
/
+30
*
phpunit: Streamline loading of Setup.php
Daimona Eaytoy
2023-07-13
1
-8
/
+7
*
phpunit: More improvements for PHPUnit bootstrap files
Daimona Eaytoy
2023-07-13
1
-6
/
+1
*
phpunit: Improve PHPUnit bootstrap files
Daimona Eaytoy
2023-07-13
1
-2
/
+0
*
phpunit: Simplify PHPUnit bootstrap files
Daimona Eaytoy
2023-07-12
1
-21
/
+2
*
phpunit: Check if composer dependencies are up-to-date
Kosta Harlan
2023-03-09
1
-0
/
+7
*
profiler: Inject $wgProfiler from Setup.php to Profiler
Timo Tijhof
2022-11-09
1
-0
/
+3
*
Collect autoloader info in ExtensionProcessor
daniel
2022-06-07
1
-7
/
+9
*
Turn DefaultSettings.php into a deprecated stub
daniel
2022-05-17
1
-3
/
+11
*
Setup.php: clarify the use of $IP.
daniel
2022-05-03
1
-1
/
+2
*
Move wfRequireOnceInGlobalScope to TestSetup
Daimona Eaytoy
2022-04-25
1
-28
/
+12
*
Define MW_INSTALL_PATH constant and BaseDirectory config.
daniel
2022-03-04
1
-0
/
+1
*
Fix duplicate define() in bootstrap.php
daniel
2022-02-14
1
-1
/
+1
*
Allow main settings file to be selected via env variable.
daniel
2022-02-06
1
-1
/
+2
*
Do not rely on $IP in DefaultSettings.php
daniel
2022-02-03
1
-0
/
+5
*
phpunit: Initialize CLI options for vendor/bin/phpunit
Kosta Harlan
2021-12-16
1
-0
/
+1
*
phpunit: Include DevelopmentSettings for `composer phpunit:unit`
Antoine Musso
2021-10-02
1
-0
/
+1
*
Make phpunit:unit accept extension*.json to populate the classes
Amir Sarabadani
2020-08-07
1
-17
/
+12
*
Call TestSetup::applyInitialConfig() from bootstrap.php
Tim Starling
2020-04-21
1
-0
/
+2
*
Add MW_ENTRY_POINT to bootstrap.php
Tim Starling
2020-04-01
1
-0
/
+1
*
Allow specifying autoloaded classes for tests
mainframe98
2019-12-10
1
-0
/
+1
*
phpunit: Repair GLOBALS reset in MediaWikiUnitTestCase
Timo Tijhof
2019-09-02
1
-9
/
+5
*
Unit tests: Remove duplicated code in ExtensionRegistry
Kosta Harlan
2019-08-19
1
-4
/
+7
*
Tests: Allow vendor/bin/phpunit from within extension directory
Kosta Harlan
2019-08-14
1
-3
/
+2
*
Load GlobalFunctions.php to tests/phpunit/bootstrap.php
Amir Sarabadani
2019-07-14
1
-0
/
+1
*
PHPUnit bootstrap: less aggressive unsetting of globals
Kosta Harlan
2019-07-10
1
-0
/
+6
*
Unit tests: Support unit tests in extensions and skins
Kosta Harlan
2019-07-01
1
-0
/
+20
*
Move trivially compatible tests to the unit tests suite
Máté Szabó
2019-06-30
1
-0
/
+1
*
Define unit and integration test suites
Kosta Harlan
2019-06-28
1
-26
/
+59
*
phpunit: Call 'teardownTestDB' from shutdown instead of destruct.
Timo Tijhof
2019-03-29
1
-12
/
+17
*
Remove phpunit profiling. It doesn't make any sense
Chad Horohoe
2015-02-10
1
-7
/
+0
*
Move profile In/OUT call out of MWPHPUnitCommand
addshore
2014-05-05
1
-0
/
+6
*
Move teardownTestDB and wfLogProfilingData out of MWPHPUnitCommand
addshore
2014-05-05
1
-0
/
+15
*
phpcs: More require/include is not a function
Timo Tijhof
2013-05-21
1
-1
/
+1
*
Fix bootstrap in unit tests
Alexandre Emsenhuber
2013-05-03
1
-17
/
+0
*
Update code formatting
Siebrand Mazeland
2013-04-26
1
-1
/
+1
*
Update formatting
Siebrand Mazeland
2013-02-14
1
-1
/
+1
*
Use __DIR__ instead of dirname( __FILE__ )
jeroendedauw
2012-08-27
1
-1
/
+1
*
Bumping minimum supported version of PHPUnit to 3.6.7
Christian Aistleitner
2012-04-29
1
-2
/
+2
[next]