aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/rcfeed/RCFeedIntegrationTest.php
Commit message (Expand)AuthorAgeFilesLines
* recentchanges: Move rcfeed/ to includes/recentchanges/RCFeed/Timo Tijhof2024-08-291-104/+0
* Add namespace and deprecation alias to MachineReadableRCFeedFormatterEbrahim Byagowi2024-05-191-1/+1
* Add namespace and deprecation alias to JSONRCFeedFormatterEbrahim Byagowi2024-05-181-1/+2
* Add namespace and deprecation alias to FormattedRCFeedEbrahim Byagowi2024-05-171-1/+2
* Add namespace and deprecation alias to RCFeedEbrahim Byagowi2024-05-171-1/+1
* phpunit: Fix tests relying on implicit wgScript/wgArticlePathTimo Tijhof2024-05-051-1/+0
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-5/+5
* Namespace remaining 'specialpage' files under \MediaWiki\SpecialPageJames D. Forrester2023-09-181-0/+1
* Make some methods static in MediaWikiIntegrationTestCaseDaimona Eaytoy2023-08-151-2/+2
* rcfeed: Add 'notify_url' and 'title_url' to MachineReadableRCFeedFormatterTimo Tijhof2023-05-191-3/+5
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Migrate from `setMwGlobals()` to `overrideConfigValue(s)`Derick Alangi2022-08-021-12/+15
* rcfeed: Deprecate $wgRCEngines and RCFeedEngineTimo Tijhof2022-03-081-4/+2
* build: Updating dependencieslibraryupgrader2021-07-221-1/+1
* phpunit: Mass-replace setMethods with onlyMethods and adjustDaimona Eaytoy2021-04-161-1/+1
* MediaWikiTestCase to MediaWikiIntegrationTestCaseaddshore2020-06-301-1/+1
* tests: Add explicit return type void to setUp() and tearDown()Max Semenik2019-10-301-1/+1
* Clear test user registry between testsAryeh Gregor2019-08-141-2/+2
* build: Updating mediawiki/mediawiki-codesniffer to 17.0.0Umherirrender2018-03-291-1/+1
* phpunit: Add some @covers and @large/@medium to integration testsTimo Tijhof2018-03-201-9/+6
* Use ::class to resolve class names in testsUmherirrender2018-01-261-3/+3
* Add missing @group Database tags in testsaude2017-03-181-0/+3
* Refactor RCFeed configuration (backwards compatible)Timo Tijhof2017-02-011-1/+3
* rcfeed: Add basic PHPUnit integration testTimo Tijhof2017-01-261-0/+96