aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/api/ApiBlockTest.php
Commit message (Expand)AuthorAgeFilesLines
* block: Don't modify an autoblock when the user specifies an IPTim Starling2025-03-201-3/+20
* Namespace all remaining files in includes/loggingJames D. Forrester2025-03-191-1/+1
* Merge "block: Increase page restriction limit in multiblocks mode"jenkins-bot2025-03-121-1/+1
|\
| * block: Increase page restriction limit in multiblocks modeTim Starling2025-03-121-1/+1
* | block: Fix failure to sanitize a range blocked with ApiBlockTim Starling2025-03-121-0/+16
|/
* block: DatabaseBlock constructor caller migrationTim Starling2025-03-041-8/+8
* block: Add test for block log expiry formattingTim Starling2025-02-111-0/+16
* Revert "API: Use ExpiryDef for action=block expiry parameter"Tim Starling2025-02-101-14/+3
* API: Use ExpiryDef for action=block expiry parameterSam Wilson2025-01-291-3/+14
* block: Multiblocks block APITim Starling2024-12-161-4/+93
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-1/+1
* Add namespace to includes/api classesJames D. Forrester2024-09-251-1/+1
* tests/api: Add missing documentation to class propertiesUmherirrender2024-09-101-0/+3
* Replace db with getDb for TestsWandji692024-06-231-1/+1
* block: Deprecate and stop using $wgBlockTargetMigrationStageTim Starling2024-05-101-48/+15
* tests: Namespace api testsReedy2024-02-181-0/+2
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-1/+1
* Merge "Replace a few manually crafted assertTrue assertions"jenkins-bot2023-11-301-1/+1
|\
| * Replace a few manually crafted assertTrue assertionsthiemowmde2023-11-231-1/+1
* | Support new block schemaTim Starling2023-11-291-15/+45
|/
* Follow-up 71ff05267: Stop writing to tablesUsed in tests, now unnecessaryJames D. Forrester2023-11-211-4/+0
* Migrate callers of DatabaseBlock methods moved to DatabaseBlockStoreTim Starling2023-11-061-5/+7
* tests: Use $this->getDb() instead of wfGetDB() in integration testsAmir Sarabadani2023-09-251-6/+3
* tests: Migrate more cases to SQBAmir Sarabadani2023-09-211-23/+17
* Reorg: Move MWTimestamp to MediaWiki\UtilsAmir Sarabadani2023-08-191-0/+1
* tests: api: Replace some static function with servicesUmherirrender2023-07-291-5/+6
* Replace usages of ApiTestCase::$usersDaimona Eaytoy2023-07-251-5/+5
* Avoid calling overrideConfigValue() multiple timesthiemowmde2023-07-201-6/+1
* Merge "tests: Migrate Database::select usages to SelectQueryBuilder"jenkins-bot2023-07-171-6/+5
|\
| * tests: Migrate Database::select usages to SelectQueryBuilderAmir Sarabadani2023-07-171-6/+5
* | ApiBlockTest: improve permission checksDaimona Eaytoy2023-07-161-10/+10
|/
* API tests: Assert error codes, not error messagesBartosz DziewoƄski2023-04-261-33/+11
* Just another 80 or so PHPStorm inspection fixes (#4)Tim Starling2023-03-251-1/+1
* tests: Use `overrideConfig(Value|Values)` where neededDerick Alangi2022-07-121-17/+26
* phpunit: use ->getServiceContainer() in integration testsAlexander Vorwerk2022-01-271-3/+2
* Remove or replace usages of "sanity"Reedy2021-11-211-2/+2
* Drop action api token methods deprecated in 1.24Petr Pchelko2021-09-131-25/+12
* build: Updating dependencieslibraryupgrader2021-07-221-1/+1
* Hard-deprecate AbstractBlock::getTargetAndType() and getTarget()vladshapik2021-06-221-1/+1
* Allow passing mock Authority in API integration testsPetr Pchelko2021-06-071-15/+11
* Update DatabaseBlock construct option 'by' and 'byText' usage to use User Ide...Roman Stolar2021-06-021-1/+1
* Allow partial action blocks to be made via ApiBlockThalia2021-05-041-0/+21
* ApiBlockTest: Separate out page and namespace restrictions testsThalia2021-05-041-7/+17
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-4/+4
* ApiBlockTest: fake the current time to avoid flaky testsDaimona Eaytoy2021-03-221-3/+3
* Fix incomplete/bogus PHPDoc tags in various testsThiemo Kreuz2021-01-141-2/+1
* Introduce backend class for blocking usersMartin Urbanec2020-09-221-1/+1
* Add tests for ApiBlock return values when blocking by useridDannyS7122020-09-191-0/+18
* Deprecate DatabaseBlock methods moved to DatabaseBlockStoreThalia2020-09-131-1/+2
* Remove $wgEnablePartialBlocks config and always enable partial blocksThalia2020-03-041-12/+0