aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/api/query/ApiQueryImageInfoTest.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/filerepoJames D. Forrester2025-03-191-1/+1
* Add namespace to includes/api classesJames D. Forrester2024-09-251-2/+2
* tests/api: Add missing documentation to class propertiesUmherirrender2024-09-101-0/+3
* Replace db with getDb for TestsWandji692024-06-231-13/+13
* TempAccounts: Rate limit acquisition of temp account namesKosta Harlan2024-04-231-1/+2
* tests: Migrate to IDatabase::newInsertQueryBuilderUmherirrender2024-04-141-20/+20
* Update wgAutoCreateTempUser config defaultsDreamy Jazz2024-04-031-14/+6
* tests: Namespace api testsReedy2024-02-181-0/+5
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-1/+1
* tests: Fix name of class property in ApiQueryImageInfoTestUmherirrender2023-12-131-1/+1
* Add `temp` flags to api callsSTran2023-12-121-0/+55
* Follow-up 71ff05267: Stop writing to tablesUsed in tests, now unnecessaryJames D. Forrester2023-11-211-6/+0
* Reorg: Move MWTimestamp to MediaWiki\UtilsAmir Sarabadani2023-08-191-0/+1
* phpunit: improve isolation by calling User::clearInstanceCachedaniel2022-12-041-5/+10
* tests/api: Add TestUser::getAuthority and use itUmherirrender2022-08-061-1/+1
* ApiQueryImageInfo: don't show empty comments as deletedPetr Pchelko2021-10-261-7/+72
* Add tests for ApiQueryImageInfoPetr Pchelko2021-06-011-0/+132