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
/
ApiOptionsTest.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-4
/
+4
*
tests/api: Add missing documentation to class properties
Umherirrender
2024-09-10
1
-0
/
+1
*
tests: Use const for some static data in test files
Umherirrender
2024-09-01
1
-5
/
+5
*
user: Add "global" parameter to ApiOptions
Tim Starling
2024-06-13
1
-1
/
+1
*
user: Move "reset kinds" concept to PreferencesFactory
Tim Starling
2024-06-11
1
-22
/
+21
*
tests: Namespace api tests
Reedy
2024-02-18
1
-0
/
+7
*
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
/
+3
*
Update tests for PHPUnit 9.6 (part 2)
Daimona Eaytoy
2024-01-17
1
-10
/
+21
*
Move user options related classes into its own namespace
Martin Urbanec
2023-11-29
1
-1
/
+1
*
Namespace User under \MediaWiki\User
James D. Forrester
2023-09-19
1
-0
/
+1
*
Replace substr with cleaner string methods
Matěj Suchánek
2023-05-20
1
-1
/
+1
*
API tests: Assert error codes, not error messages
Bartosz Dziewoński
2023-04-26
1
-7
/
+7
*
Merge "Make ApiOptions unavailable to temporary users"
jenkins-bot
2023-03-28
1
-51
/
+103
|
\
|
*
Make ApiOptions unavailable to temporary users
csimiyu
2023-03-28
1
-51
/
+103
*
|
tests: Make some PHPUnit data providers static
Tim Starling
2023-03-24
1
-1
/
+1
|
/
*
Reorg: Namespace the Title class
James D. Forrester
2023-03-02
1
-0
/
+1
*
ApiOptions: Give warning if the value is too long
Func
2023-01-20
1
-0
/
+13
*
Reorg: Move some of request related classes to MediaWiki/Request
Amir Sarabadani
2022-10-28
1
-0
/
+1
*
Revert "Reorg: Move some of request related classes to MediaWiki/Request"
Zabe
2022-10-27
1
-1
/
+0
*
Reorg: Move some of request related classes to MediaWiki/Request
Amir Sarabadani
2022-10-26
1
-0
/
+1
*
tests: Use Title::makeTitle instead of Title::newFromText
Umherirrender
2022-09-23
1
-1
/
+1
*
Replace trivial usa of mock builder with createMock() shortcut
Thiemo Kreuz
2022-07-15
1
-3
/
+1
*
Hard deprecate User group methods
vladshapik
2021-07-23
1
-3
/
+0
*
build: Updating dependencies
libraryupgrader
2021-07-22
1
-1
/
+1
*
api: Replace deprecated User::getOptionKinds/resetOptions in ApiOptions
Umherirrender
2021-07-02
1
-26
/
+33
*
api: Inject PreferencesFactory into ApiOptions
Umherirrender
2021-07-02
1
-18
/
+12
*
api: Change User::isAnon to User::isRegistered
Umherirrender
2021-06-29
1
-3
/
+15
*
Hard deprecate User::listOptionKinds()
ZabeMath
2021-06-22
1
-1
/
+15
*
Allow passing mock Authority in API integration tests
Petr Pchelko
2021-06-07
1
-2
/
+5
*
Hard deprecate User ::isIP, ::getOptions
vladshapik
2021-04-26
1
-6
/
+7
*
Merge "Remove unnecessary ->equalTo() from tests"
jenkins-bot
2021-04-23
1
-4
/
+4
|
\
|
*
Remove unnecessary ->equalTo() from tests
Thiemo Kreuz
2021-04-23
1
-4
/
+4
*
|
Remove meaningless ->expects( $this->any() ) from all tests
Thiemo Kreuz
2021-04-23
1
-4
/
+2
*
|
Replace PHPUnit ->returnValue() with ->willReturn() shortcut
Thiemo Kreuz
2021-04-22
1
-5
/
+3
|
/
*
Avoid using User ::getDefaultOption, ::getDefaultOptions
Peter Ovchyn
2021-03-16
1
-2
/
+0
*
Use Authority and GroupPermissionLookup in Action API
Cindy Cicalese
2021-02-23
1
-1
/
+5
*
Pass linkable user name in Special:Preferences "Account data" help text
Thalia
2021-02-16
1
-1
/
+1
*
Remove incomplete @param from test function
Umherirrender
2021-02-01
1
-3
/
+0
*
tests: Add explicit return type void to setUp() and tearDown()
Max Semenik
2019-10-30
1
-1
/
+1
*
Remove Language::factory and getParentLanguage use
Aryeh Gregor
2019-10-27
1
-1
/
+1
*
phpcs: Enable MediaWiki.Commenting.PhpunitAnnotations.ForbiddenExpectedExcept...
James D. Forrester
2019-10-14
1
-3
/
+1
*
Update tests to use PHPUnit 6 class names
Max Semenik
2019-10-06
1
-1
/
+3
*
Call resetServices() when setting globals in tests
Aryeh Gregor
2019-08-29
1
-0
/
+12
*
Deprecate and replace usages of User:isAllowed{All,Any}
Petr Pchelko
2019-08-21
1
-2
/
+1
*
ApiOptions: fix resetting some preferences to default
Max Semenik
2018-10-01
1
-141
/
+118
*
Introduce preference filters
Max Semenik
2018-07-17
1
-0
/
+4
*
Use \u{00A0} instead of   or
Fomafix
2018-06-24
1
-2
/
+2
*
Use ::class to resolve class names in tests
Umherirrender
2018-01-26
1
-1
/
+1
[next]