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
/
MediaWikiUnitTestCase.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
tests: Use a constant in MediaWikiUnitTestCase
Umherirrender
2024-12-18
1
-20
/
+16
*
tests: Add missing documentation to class properties
Umherirrender
2024-09-18
1
-0
/
+2
*
Add MediaWiki\Registration namespace to registration classes
Ebrahim Byagowi
2024-08-10
1
-0
/
+1
*
tests: Use namespaced classes (2)
Umherirrender
2024-06-13
1
-0
/
+1
*
Tests: enable non-integration tests to use TitleFactory service.
daniel
2024-04-25
1
-0
/
+72
*
Namespace remaining files under includes/deferred
James D. Forrester
2023-11-22
1
-0
/
+3
*
Namespace Config-related classes under \MediaWiki\Config
James D. Forrester
2023-09-21
1
-0
/
+1
*
SettingsBuilder: prevent access to the global instance in unit tests
Daimona Eaytoy
2023-09-12
1
-0
/
+3
*
phpunit: Prevent access to ExtensionRegistry in unit tests
Daimona Eaytoy
2023-09-12
1
-0
/
+2
*
deferred: Decouple DeferredUpdates from MediaWikiServices
Timo Tijhof
2023-09-09
1
-0
/
+3
*
phpunit: Disallow access to MediaWikiServices in unit tests
Daimona Eaytoy
2023-08-11
1
-0
/
+6
*
AutoLoader: Drop support for $wgAutoloadAttemptLowercase
Kevin Israel
2022-12-04
1
-1
/
+0
*
Migrate use of ${var}-style string interpolation
Máté Szabó
2022-07-29
1
-1
/
+1
*
phpunit: Restore unreachable code
Kosta Harlan
2022-07-12
1
-5
/
+5
*
Use updated ObjectFactory namespace
Alexander Vorwerk
2022-03-09
1
-1
/
+1
*
phpunit: Include DevelopmentSettings for `composer phpunit:unit`
Antoine Musso
2021-10-02
1
-0
/
+3
*
build: Updating dependencies
libraryupgrader
2021-07-22
1
-3
/
+3
*
Fix some @stable for ... annotations to use @stable to ...
DannyS712
2021-07-08
1
-1
/
+1
*
Use @before/@after in MediaWikiIntegrationTestCase/MediaWikiUnitTestCase
Umherirrender
2021-04-27
1
-12
/
+9
*
tests: Avoid problematic language in comments and internal code
James D. Forrester
2021-03-28
1
-3
/
+3
*
Fix some unit tests accessing MediaWikiServices
Daimona Eaytoy
2020-11-12
1
-18
/
+0
*
Handle CORS preflight request and prevent anon users from unsafe methods
David Barratt
2020-09-21
1
-0
/
+2
*
Annotate extensible classes.
daniel
2020-07-09
1
-0
/
+10
*
Merge "Add getMockMessage to MediaWikiTestCaseTrait"
jenkins-bot
2020-06-03
1
-29
/
+0
|
\
|
*
Add getMockMessage to MediaWikiTestCaseTrait
Kosta Harlan
2020-05-20
1
-29
/
+0
*
|
Fix a plethora of class and function call case mismatches
Reedy
2020-05-26
1
-1
/
+1
|
/
*
Update setTemporaryHook() to use scopedRegister()
Nikki Nikkhoui
2020-05-11
1
-8
/
+11
*
Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse
James D. Forrester
2020-01-10
1
-1
/
+1
*
phpunit: Remove 6And8Compat trait from base classes
Daimona Eaytoy
2019-11-21
1
-1
/
+0
*
Add PHPUnit6And8Compat trait
Max Semenik
2019-11-19
1
-0
/
+1
*
Remove PHPUnit4And6Compat from Test classes
Daimona Eaytoy
2019-11-10
1
-1
/
+0
*
Backwards-compatible PHPUnit 8 preparations
Max Semenik
2019-11-02
1
-2
/
+2
*
Merge "tests: Add explicit return type void to setUp() and tearDown()"
jenkins-bot
2019-11-01
1
-1
/
+1
|
\
|
*
tests: Add explicit return type void to setUp() and tearDown()
Max Semenik
2019-10-30
1
-1
/
+1
*
|
Merge "Make deprecated methods fail in unit tests."
jenkins-bot
2019-10-31
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
Make deprecated methods fail in unit tests.
daniel
2019-10-31
1
-1
/
+2
*
|
Convert FileBackendGroup to service
Aryeh Gregor
2019-10-25
1
-0
/
+7
|
/
*
Split some Language methods to LanguageNameUtils
Aryeh Gregor
2019-10-07
1
-1
/
+2
*
HHVM removal: Kill HHVM_VERSION checks in PHPUnit tests
Daimona Eaytoy
2019-10-03
1
-29
/
+15
*
Merge "Unit tests: Whitelist global so LoggerFactory doesn't explode"
jenkins-bot
2019-09-06
1
-6
/
+23
|
\
|
*
Unit tests: Whitelist global so LoggerFactory doesn't explode
Kosta Harlan
2019-09-06
1
-6
/
+23
*
|
Tests: Provide clearer error when config is accessed via unit test
Kosta Harlan
2019-09-05
1
-0
/
+17
|
/
*
phpunit: Repair GLOBALS reset in MediaWikiUnitTestCase
Timo Tijhof
2019-09-02
1
-13
/
+72
*
Permit case independent unit test directories
mainframe98
2019-09-01
1
-1
/
+1
*
Add UnknownContentHandler.
daniel
2019-08-29
1
-0
/
+30
*
BadFileLookup to replace wfIsBadImage
Aryeh Gregor
2019-08-21
1
-1
/
+19
*
MediaWikiUnitTestCase: Use DIRECTORY_SEPARATOR instead of `/`
RazeSoldier
2019-07-19
1
-1
/
+2
*
PHPUnit bootstrap: less aggressive unsetting of globals
Kosta Harlan
2019-07-10
1
-2
/
+2
*
Unset all globals unneeded for unit tests, assert correct directory
Amir Sarabadani
2019-07-09
1
-0
/
+22
*
Remove group validator from UnitTestCase
Kosta Harlan
2019-07-01
1
-12
/
+0
[next]