aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/api/query/ApiQueryBlockInfoTraitTest.php
Commit message (Expand)AuthorAgeFilesLines
* block: Fix HideUserUtils error when user is hidden twiceTim Starling2025-01-101-2/+4
* Add namespace to includes/api classesJames D. Forrester2024-09-251-3/+3
* block: Deprecate and stop using $wgBlockTargetMigrationStageTim Starling2024-05-101-33/+3
* block: Clarify function of HideUserUtils aliases and use them consistentlyTim Starling2024-03-191-6/+6
* block: Use a scalar subquery in HideUserUtils::getExpressionTim Starling2024-03-151-4/+4
* tests: Namespace api testsReedy2024-02-181-0/+5
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-1/+1
* tests: Remove unused variable after ConvertibleTimestamp::setFakeTimeUmherirrender2023-12-271-1/+1
* Special:BlockList: Improve display of hidden usersTim Starling2023-12-051-8/+8
* Support new block schemaTim Starling2023-11-291-45/+78
* tests: Use $this->getDb() instead of wfGetDB() in integration testsAmir Sarabadani2023-09-251-2/+3
* phpunit: Avoid TestUser in non-database testsDaimona Eaytoy2023-07-291-0/+1
* Simplify WHERE conditions with field = '' OR IS NULLUmherirrender2023-07-011-2/+2
* tests: Make some PHPUnit data providers staticTim Starling2023-03-241-1/+1
* Use Authority and GroupPermissionLookup in Action APICindy Cicalese2021-02-231-4/+1
* Tests: Mark more more closures as staticUmherirrender2021-02-091-4/+4
* Move ApiQuery* tests under the /query subdirectoryAaron Schulz2020-10-301-0/+77