aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/api/ApiUnblockTest.php
Commit message (Expand)AuthorAgeFilesLines
* block: DatabaseBlock constructor caller migrationTim Starling2025-03-041-14/+7
* block: Fix unblock by ID of self-blockTim Starling2025-01-271-0/+10
* ApiUnblock: Add support for multiblocksDayllan Maza2025-01-141-24/+43
* PHPUnit: Use FQCN with leading backslash in @covers annotationFomafix2024-11-191-1/+1
* Add namespace to includes/api classesJames D. Forrester2024-09-251-2/+2
* tests: Namespace api testsReedy2024-02-181-0/+3
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-1/+1
* tests: Use namespaced classesUmherirrender2023-12-111-0/+1
* Replace a few manually crafted assertTrue assertionsthiemowmde2023-11-231-1/+1
* Follow-up 71ff05267: Stop writing to tablesUsed in tests, now unnecessaryJames D. Forrester2023-11-211-5/+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-2/+1
* tests: Migrate more cases to SQBAmir Sarabadani2023-09-211-11/+7
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-0/+1
* tests: api: Replace some static function with servicesUmherirrender2023-07-291-3/+5
* API tests: Assert error codes, not error messagesBartosz DziewoƄski2023-04-261-5/+5
* api: Add watch option for userpage to action=unblockUmherirrender2023-03-081-0/+7
* phpunit: use ->getServiceContainer() in integration testsAlexander Vorwerk2022-01-271-4/+3
* build: Updating dependencieslibraryupgrader2021-07-221-1/+1
* Update DatabaseBlock construct option 'by' and 'byText' usage to use User Ide...Roman Stolar2021-06-021-3/+3
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-1/+1
* Deprecate DatabaseBlock methods moved to DatabaseBlockStoreThalia2020-09-131-3/+4
* Fix visibility of setUp/tearDownThiemo Kreuz2020-06-161-1/+1
* Fix a plethora of class and function call case mismatchesReedy2020-05-261-2/+2
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-1/+1
* tests: Add explicit return type void to setUp() and tearDown()Max Semenik2019-10-301-1/+1
* phpcs: Enable MediaWiki.Commenting.PhpunitAnnotations.ForbiddenExpectedExcept...James D. Forrester2019-10-141-3/+1
* Revert "Factors out permissions check from User into PermissionManager service"Kosta Harlan2019-05-301-2/+0
* Factors out permissions check from User into PermissionManager serviceVedmaka2019-05-291-0/+2
* Rename Block to MediaWiki\Block\DatabaseBlockThalia2019-05-281-8/+10
* Normalize use of "INNER JOIN" to "JOIN" in database queriesAaron Schulz2019-03-061-2/+2
* Drop $wgChangeTagsSchemaMigrationStageAmir Sarabadani2018-11-281-19/+0
* Test ApiUnblockAryeh Gregor2018-10-051-5/+162
* Get rid of ApiTestCase::doLoginAryeh Gregor2018-04-111-9/+1
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-2/+2
* Remove use of deprecated TestUser->useraddshore2015-08-071-1/+1
* Fix whitespace issues around parenthesesVivek Ghaisas2015-06-161-1/+1
* Cleanup Api phpunit Testsaddshore2013-10-241-0/+31