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
/
query
/
ApiQueryTestBase.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use explicit nullable type on parameter arguments
Umherirrender
2024-10-16
1
-2
/
+2
*
tests: Consistently use class_alias comments like elsewhere
James D. Forrester
2024-09-25
1
-0
/
+1
*
Minor comment cleanup in ApiQueryTestBase.php
bpirkle
2024-05-03
1
-2
/
+2
*
tests: Namespace api tests
Reedy
2024-02-18
1
-1
/
+8
*
Replace a few array_key_exists with the ??= syntax
thiemowmde
2024-01-08
1
-3
/
+1
*
Namespace User under \MediaWiki\User
James D. Forrester
2023-09-19
1
-0
/
+1
*
Use short array destructuring instead of list()
Tim Starling
2022-10-21
1
-2
/
+2
*
Fix tests/ PSR12.Properties.ConstantVisibility.NotFound
Reedy
2020-05-16
1
-1
/
+1
*
Make use of PHPUnit's assertCount feature where possible
Thiemo Kreuz
2020-03-02
1
-1
/
+1
*
Autofix 94 PHPUnit 8 compat issues
Daimona Eaytoy
2019-12-13
1
-3
/
+3
*
Update tests to use PHPUnit 6 class names
Max Semenik
2019-10-06
1
-9
/
+6
*
Use [...] instead of array(...) in PHP comments and documentation
Fomafix
2019-06-17
1
-1
/
+1
*
Get rid of unnecessary func_get_args() and friends
Aryeh Gregor
2019-04-12
1
-4
/
+4
*
Fix PhanTypeMismatchDeclaredParam
Umherirrender
2018-07-07
1
-2
/
+2
*
Remove "Created on" from file header comments
Umherirrender
2018-01-26
1
-2
/
+0
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-4
/
+4
*
API: Remove warning about continuation change
Brad Jorsch
2015-09-30
1
-4
/
+0
*
API: Change default continuation format for action=query
Brad Jorsch
2015-06-19
1
-3
/
+5
*
Replace use of assertType with assertInternalType and assertInstanceOf
aude
2015-04-09
1
-3
/
+3
*
API unittests, pass optional params to doApiRequest()
Yuri Astrakhan
2015-03-17
1
-3
/
+7
*
Fixed phpunit exception test
Yuri Astrakhan
2015-03-17
1
-1
/
+8
*
API: Warn when neither rawcontinue nor continue are given to action=query
Brad Jorsch
2014-10-21
1
-0
/
+3
*
Add missing @param to function docs
umherirrender
2014-08-18
1
-0
/
+4
*
Cleanup some docs (tests)
umherirrender
2014-08-11
1
-1
/
+1
*
Fixed some @params documentation (tests)
umherirrender
2014-04-17
1
-1
/
+1
*
Improve ApiQueryTestBase::assertResult
Brad Jorsch
2013-12-04
1
-32
/
+28
*
@covers for ApiQuery stuff
addshore
2013-10-24
1
-2
/
+0
*
print is not a function
umherirrender
2013-05-09
1
-3
/
+3
*
Update code formatting
Siebrand Mazeland
2013-04-26
1
-1
/
+2
*
Update code formatting
Siebrand Mazeland
2013-03-27
1
-3
/
+3
*
API continue param to streamline iteration of complex queries
Yuri Astrakhan
2013-03-01
1
-0
/
+149