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
/
includes
/
api
/
ApiMainTest.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Namespace all remaining files in includes/exception
James D. Forrester
2025-03-25
1
-4
/
+4
*
Use explicit nullable type on parameter arguments
Umherirrender
2024-10-16
1
-1
/
+1
*
Add namespace to includes/api classes
James D. Forrester
2024-09-25
1
-8
/
+8
*
use setGroupPermissions instead of mergeMwGlobalArrayValue
Fomafix
2024-08-07
1
-10
/
+7
*
Drop writeapi userright
Reedy
2024-07-31
1
-14
/
+0
*
Add namespace and deprecation alias to FormatJson
Ebrahim Byagowi
2024-05-16
1
-1
/
+1
*
tests: Use IDatabase for mocking instead of DBConnRef
Umherirrender
2024-05-02
1
-2
/
+1
*
Stop using LoadBalancer::getConnectionRef() so it can be hard-deprecated
Amir Sarabadani
2024-04-30
1
-1
/
+1
*
Catch exceptions from ::isWriteMode in ApiMain::sendCacheHeaders
Dreamy Jazz
2024-04-23
1
-6
/
+55
*
tests: Namespace api tests
Reedy
2024-02-18
1
-3
/
+20
*
tests: Fix @covers and @coversDefaultClass to have leading \
Reedy
2024-02-16
1
-1
/
+1
*
Namespace includes/context
James D. Forrester
2024-02-08
1
-0
/
+1
*
tests: Remove unused variable after ConvertibleTimestamp::setFakeTime
Umherirrender
2023-12-27
1
-1
/
+1
*
tests: Use ::class for class name resolution
Umherirrender
2023-12-06
1
-1
/
+1
*
Bump codesniffer to 42.0.0
Amir Sarabadani
2023-09-27
1
-1
/
+1
*
Namespace Config-related classes under \MediaWiki\Config
James D. Forrester
2023-09-21
1
-0
/
+3
*
Namespace User under \MediaWiki\User
James D. Forrester
2023-09-19
1
-0
/
+1
*
Reorg: Move WebRequest to includes\Request
Amir Sarabadani
2023-09-11
1
-0
/
+1
*
rdbms: Drop old class aliases
James D. Forrester
2023-08-24
1
-1
/
+2
*
tests: Replace deprecated calls to wfExpandUrl with hard-coded url
James D. Forrester
2023-06-23
1
-1
/
+5
*
tests: Use MainConfigNames consts to refer config names
Umherirrender
2023-06-19
1
-1
/
+1
*
Replace more usages of deprecated MWException
Daimona Eaytoy
2023-06-08
1
-2
/
+2
*
API tests: Assert error codes, not error messages
Bartosz DziewoĆski
2023-04-26
1
-27
/
+14
*
tests: Make some PHPUnit data providers static
Tim Starling
2023-03-24
1
-1
/
+1
*
Reorg: Move WebResponse and FauxResponse to Request/
Amir Sarabadani
2023-03-01
1
-0
/
+1
*
Reorg: Move RawMessage to under language/
Amir Sarabadani
2022-12-16
1
-0
/
+1
*
Reorg: Move some of request related classes to MediaWiki/Request
Amir Sarabadani
2022-10-28
1
-2
/
+3
*
Revert "Reorg: Move some of request related classes to MediaWiki/Request"
Zabe
2022-10-27
1
-7
/
+5
*
Reorg: Move some of request related classes to MediaWiki/Request
Amir Sarabadani
2022-10-26
1
-5
/
+7
*
Reorg: Move StubObject classes in includes to its own directory
Amir Sarabadani
2022-10-25
1
-3
/
+4
*
tests: Use `overrideConfig(Value|Values)` where needed
Derick Alangi
2022-07-12
1
-5
/
+6
*
Tests: Cleanup some unnecessary nested function calls
Reedy
2022-06-06
1
-4
/
+4
*
phpcs: Disable `Generic.Files.LineLength` for test files
Timo Tijhof
2022-02-18
1
-2
/
+0
*
Merge "Add tests for ApiMain::sendCacheHeaders"
jenkins-bot
2022-01-10
1
-0
/
+47
|
\
|
*
Add tests for ApiMain::sendCacheHeaders
Daimona Eaytoy
2021-10-26
1
-0
/
+47
*
|
Remove or replace usages of "sanity"
Reedy
2021-11-21
1
-1
/
+1
*
|
Remove or replace usages of "sanity"
Reedy
2021-11-21
1
-1
/
+1
|
/
*
Merge "Emit deprecation warnings reading from $wgUser"
jenkins-bot
2021-09-16
1
-2
/
+9
|
\
|
*
Emit deprecation warnings reading from $wgUser
DannyS712
2021-09-15
1
-2
/
+9
*
|
Merge "rdbms: Add more return typehints"
jenkins-bot
2021-09-14
1
-5
/
+4
|
\
\
|
|
/
|
/
|
|
*
rdbms: Add more return typehints
Daimona Eaytoy
2021-09-07
1
-5
/
+4
*
|
Cleanup mixed space/tab line indent
Umherirrender
2021-09-04
1
-3
/
+3
|
/
*
build: Updating dependencies
libraryupgrader
2021-07-22
1
-1
/
+1
*
api: Update mailman links
Reedy
2021-07-13
1
-2
/
+4
*
Allow passing mock Authority in API integration tests
Petr Pchelko
2021-06-07
1
-21
/
+13
*
Remove meaningless ->expects( $this->any() ) from all tests
Thiemo Kreuz
2021-04-23
1
-4
/
+2
*
phpunit: Mass-replace setMethods with onlyMethods and adjust
Daimona Eaytoy
2021-04-16
1
-6
/
+6
*
Tests: Mark more more closures as static
Umherirrender
2021-02-09
1
-7
/
+7
*
Add missing @param and @return to documentation in tests
Umherirrender
2021-01-22
1
-0
/
+1
*
Remove broken/outdated @param/@throws tags from @dataProviders
Thiemo Kreuz
2021-01-21
1
-3
/
+0
[next]