aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/api/query/ApiQuerySiteinfoTest.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/skinJames D. Forrester2025-03-251-1/+1
* ApiQuerySiteInfo: Expose same PHP Libraries as SpecialVersionReedy2025-03-081-1/+3
* ApiQuerySiteinfo: Support $wgGroupInheritsPermissionsKevin Israel2025-02-191-2/+7
* PHPUnit: Use FQCN with leading backslash in @covers annotationFomafix2024-11-191-1/+1
* tests: Avoid repeated calls to setGroupPermissions in same testUmherirrender2024-10-311-2/+6
* Add namespace to includes/api classesJames D. Forrester2024-09-251-1/+1
* tests/api: Add missing documentation to class propertiesUmherirrender2024-09-101-0/+1
* Move Language and friends into Language namespaceJames D. Forrester2024-08-101-2/+2
* Add MediaWiki\Registration namespace to registration classesEbrahim Byagowi2024-08-101-1/+1
* ApiQuerySiteinfo: Use TempUserConfig classKosta Harlan2024-06-131-5/+1
* TempUserTestTrait: Use an array for config overrides when disablingKosta Harlan2024-06-131-1/+1
* phpunit: Fix tests relying on implicit wgScript/wgArticlePathTimo Tijhof2024-05-051-1/+0
* tests: Migrate to IDatabase::newInsertQueryBuilderUmherirrender2024-04-141-23/+21
* Update wgAutoCreateTempUser config defaultsDreamy Jazz2024-04-031-22/+18
* tests: Namespace api testsReedy2024-02-181-0/+8
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-1/+1
* Clean up testsMatěj Suchánek2024-02-121-1/+1
* tests: Remove unneeded return from closuresUmherirrender2024-01-271-1/+0
* ApiSiteInfo: Add siprop=autopromoteonceReedy2024-01-241-0/+49
* ApiSiteInfo: Add siprop=autopromote to return $wgAutopromote data星耀晨曦2024-01-241-0/+248
* libs/composer: Namespace under Wikimedia\ComposerReedy2024-01-131-0/+1
* Follow-up 71ff05267: Stop writing to tablesUsed in tests, now unnecessaryJames D. Forrester2023-11-211-1/+0
* IP Masking: Expire temporary accounts in 1 yearMartin Urbanec2023-11-091-0/+1
* tests: Use $this->getDb() instead of wfGetDB() in integration testsAmir Sarabadani2023-09-251-6/+5
* Deprecate MediaWikiIntegrationTestCase::$usersDaimona Eaytoy2023-07-251-0/+5
* Avoid calling overrideConfigValue() multiple timesthiemowmde2023-07-201-6/+3
* tests: Replace deprecated calls to wfExpandUrl with hard-coded urlJames D. Forrester2023-06-231-11/+9
* tests: Use Title::makeTitle instead of Title::newFromTextUmherirrender2023-06-191-2/+2
* tests: Make some PHPUnit data providers staticUmherirrender2023-05-201-5/+5
* Expose automatic temporary user info in the APIBartosz Dziewoński2023-04-281-0/+33
* Reorg: Move SiteStats*.php to SiteStats/Amir Sarabadani2023-04-271-0/+1
* API tests: Assert error codes, not error messagesBartosz Dziewoński2023-04-261-1/+1
* Just another 80 or so PHPStorm inspection fixes (#4)Tim Starling2023-03-251-1/+0
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Improve ApiQuerySiteInfo handling of deprecated and "extra" language linksC. Scott Ananian2023-02-091-0/+2
* tests: Replace deprecated Language::(has|get)VariantsUmherirrender2023-01-311-2/+3
* tests: Replace deprecated User::getAllGroupsUmherirrender2022-12-211-1/+2
* HookContainer: add getHookNames methoddaniel2022-11-161-6/+3
* Enable pig-latin variant for testingdaniel2022-11-081-0/+3
* Use native array_column() in tests instead of loopsThiemo Kreuz2022-08-161-12/+2
* tests: Remove resetServiceForTesting after overrideConfigValuesUmherirrender2022-07-271-1/+0
* tests: Migrate `setMwGlobals()` to `overrideConfigValue(s)()`Derick Alangi2022-07-191-35/+40
* Tests: Use createNoOpMock() shortcut in a few more placesThiemo Kreuz2022-07-181-4/+2
* Tests: Cleanup some unnecessary nested function callsReedy2022-06-061-3/+4
* tests: Use namespaced IDatabase classUmherirrender2022-05-281-0/+1
* ApiQuerySiteinfoTest: Don't access MW services in dataProviderAaron Schulz2022-03-071-11/+14
* phpunit: use ->getServiceContainer() in integration testsAlexander Vorwerk2022-01-271-18/+17
* phpunit: Use is_file/is_dir instead of file_existsKosta Harlan2022-01-031-1/+1
* Remove or replace usages of "sanity"Reedy2021-11-211-2/+2
* ApiQuerySiteinfo: Fix "rightsinfo"/"url" when $wgRightsPage is setBartosz Dziewoński2021-11-051-3/+15