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
/
ApiQuerySiteinfoTest.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Namespace all remaining files in includes/skin
James D. Forrester
2025-03-25
1
-1
/
+1
*
ApiQuerySiteInfo: Expose same PHP Libraries as SpecialVersion
Reedy
2025-03-08
1
-1
/
+3
*
ApiQuerySiteinfo: Support $wgGroupInheritsPermissions
Kevin Israel
2025-02-19
1
-2
/
+7
*
PHPUnit: Use FQCN with leading backslash in @covers annotation
Fomafix
2024-11-19
1
-1
/
+1
*
tests: Avoid repeated calls to setGroupPermissions in same test
Umherirrender
2024-10-31
1
-2
/
+6
*
Add namespace to includes/api classes
James D. Forrester
2024-09-25
1
-1
/
+1
*
tests/api: Add missing documentation to class properties
Umherirrender
2024-09-10
1
-0
/
+1
*
Move Language and friends into Language namespace
James D. Forrester
2024-08-10
1
-2
/
+2
*
Add MediaWiki\Registration namespace to registration classes
Ebrahim Byagowi
2024-08-10
1
-1
/
+1
*
ApiQuerySiteinfo: Use TempUserConfig class
Kosta Harlan
2024-06-13
1
-5
/
+1
*
TempUserTestTrait: Use an array for config overrides when disabling
Kosta Harlan
2024-06-13
1
-1
/
+1
*
phpunit: Fix tests relying on implicit wgScript/wgArticlePath
Timo Tijhof
2024-05-05
1
-1
/
+0
*
tests: Migrate to IDatabase::newInsertQueryBuilder
Umherirrender
2024-04-14
1
-23
/
+21
*
Update wgAutoCreateTempUser config defaults
Dreamy Jazz
2024-04-03
1
-22
/
+18
*
tests: Namespace api tests
Reedy
2024-02-18
1
-0
/
+8
*
tests: Fix @covers and @coversDefaultClass to have leading \
Reedy
2024-02-16
1
-1
/
+1
*
Clean up tests
Matěj Suchánek
2024-02-12
1
-1
/
+1
*
tests: Remove unneeded return from closures
Umherirrender
2024-01-27
1
-1
/
+0
*
ApiSiteInfo: Add siprop=autopromoteonce
Reedy
2024-01-24
1
-0
/
+49
*
ApiSiteInfo: Add siprop=autopromote to return $wgAutopromote data
星耀晨曦
2024-01-24
1
-0
/
+248
*
libs/composer: Namespace under Wikimedia\Composer
Reedy
2024-01-13
1
-0
/
+1
*
Follow-up 71ff05267: Stop writing to tablesUsed in tests, now unnecessary
James D. Forrester
2023-11-21
1
-1
/
+0
*
IP Masking: Expire temporary accounts in 1 year
Martin Urbanec
2023-11-09
1
-0
/
+1
*
tests: Use $this->getDb() instead of wfGetDB() in integration tests
Amir Sarabadani
2023-09-25
1
-6
/
+5
*
Deprecate MediaWikiIntegrationTestCase::$users
Daimona Eaytoy
2023-07-25
1
-0
/
+5
*
Avoid calling overrideConfigValue() multiple times
thiemowmde
2023-07-20
1
-6
/
+3
*
tests: Replace deprecated calls to wfExpandUrl with hard-coded url
James D. Forrester
2023-06-23
1
-11
/
+9
*
tests: Use Title::makeTitle instead of Title::newFromText
Umherirrender
2023-06-19
1
-2
/
+2
*
tests: Make some PHPUnit data providers static
Umherirrender
2023-05-20
1
-5
/
+5
*
Expose automatic temporary user info in the API
Bartosz Dziewoński
2023-04-28
1
-0
/
+33
*
Reorg: Move SiteStats*.php to SiteStats/
Amir Sarabadani
2023-04-27
1
-0
/
+1
*
API tests: Assert error codes, not error messages
Bartosz Dziewoński
2023-04-26
1
-1
/
+1
*
Just another 80 or so PHPStorm inspection fixes (#4)
Tim Starling
2023-03-25
1
-1
/
+0
*
Reorg: Namespace the Title class
James D. Forrester
2023-03-02
1
-0
/
+1
*
Improve ApiQuerySiteInfo handling of deprecated and "extra" language links
C. Scott Ananian
2023-02-09
1
-0
/
+2
*
tests: Replace deprecated Language::(has|get)Variants
Umherirrender
2023-01-31
1
-2
/
+3
*
tests: Replace deprecated User::getAllGroups
Umherirrender
2022-12-21
1
-1
/
+2
*
HookContainer: add getHookNames method
daniel
2022-11-16
1
-6
/
+3
*
Enable pig-latin variant for testing
daniel
2022-11-08
1
-0
/
+3
*
Use native array_column() in tests instead of loops
Thiemo Kreuz
2022-08-16
1
-12
/
+2
*
tests: Remove resetServiceForTesting after overrideConfigValues
Umherirrender
2022-07-27
1
-1
/
+0
*
tests: Migrate `setMwGlobals()` to `overrideConfigValue(s)()`
Derick Alangi
2022-07-19
1
-35
/
+40
*
Tests: Use createNoOpMock() shortcut in a few more places
Thiemo Kreuz
2022-07-18
1
-4
/
+2
*
Tests: Cleanup some unnecessary nested function calls
Reedy
2022-06-06
1
-3
/
+4
*
tests: Use namespaced IDatabase class
Umherirrender
2022-05-28
1
-0
/
+1
*
ApiQuerySiteinfoTest: Don't access MW services in dataProvider
Aaron Schulz
2022-03-07
1
-11
/
+14
*
phpunit: use ->getServiceContainer() in integration tests
Alexander Vorwerk
2022-01-27
1
-18
/
+17
*
phpunit: Use is_file/is_dir instead of file_exists
Kosta Harlan
2022-01-03
1
-1
/
+1
*
Remove or replace usages of "sanity"
Reedy
2021-11-21
1
-2
/
+2
*
ApiQuerySiteinfo: Fix "rightsinfo"/"url" when $wgRightsPage is set
Bartosz Dziewoński
2021-11-05
1
-3
/
+15
[next]