aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/unit/includes/content/ContentHandlerFactoryTest.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/exceptionJames D. Forrester2025-03-251-1/+1
* Move remaining four classes in includes/content into Content namespaceJames D. Forrester2024-08-101-0/+10
* content: Widen `@covers` tags in phpunit testsTimo Tijhof2024-07-211-42/+2
* Update tests for PHPUnit 9.6 (part 2)Daimona Eaytoy2024-01-171-5/+5
* Replace some more usages of deprecated MWExceptionDaimona Eaytoy2023-06-091-29/+56
* tests: Make some PHPUnit data providers staticTim Starling2023-03-241-3/+3
* phpunit: Avoid deprecated at() matcherDaimona Eaytoy2022-10-061-20/+17
* Inline a few more trivial createMock() calls in testsThiemo Kreuz2022-08-081-22/+16
* Make use of PHPUnit fail() shortcutThiemo Kreuz2022-07-141-1/+1
* Start `catch` blocks on the same line as the preceding }DannyS7122022-06-231-2/+1
* Use updated ObjectFactory namespaceAlexander Vorwerk2022-03-091-1/+1
* build: Updating dependencieslibraryupgrader2021-07-221-1/+1
* Tests: Mark more more closures as staticUmherirrender2021-02-091-9/+9
* Tests: Mark more closures as staticReedy2021-02-071-5/+5
* Remove broken/outdated @param/@throws tags from @dataProvidersThiemo Kreuz2021-01-211-23/+0
* tests: Remove @param docs from test code that just repeat the signatureThiemo Kreuz2021-01-211-3/+0
* Improve some function documentation in testsUmherirrender2021-01-141-25/+25
* Fix some unit tests accessing MediaWikiServicesDaimona Eaytoy2020-11-121-24/+16
* ContentHandlerFactory: Inject LoggerInstance instead of using wfDebugLogDannyS7122020-06-011-26/+79
* Hooks::run() call site migrationTim Starling2020-05-301-11/+27
* Fix SingleSpaceBeforeSingleLineCommentReedy2020-05-111-3/+3
* Use ObjectFactory to construct ContentHandlersArtBaltai2020-02-101-49/+235
* Introduce ContentHandlerFactoryArtBaltai2020-02-071-0/+194