aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/content/WikitextContentHandlerTest.php
Commit message (Expand)AuthorAgeFilesLines
* tests: Use namespaced classesUmherirrender2024-10-211-2/+3
* Add namespace to IDBAccessObject and DBAccessObjectUtilsJames D. Forrester2024-09-271-0/+1
* Move remaining four classes in includes/content into Content namespaceJames D. Forrester2024-08-101-1/+1
* Add namespace to FileContentHandlerEbrahim Byagowi2024-08-071-0/+1
* Add namespace to WikitextContentEbrahim Byagowi2024-08-061-1/+3
* content: Widen `@covers` tags in phpunit testsTimo Tijhof2024-07-211-15/+4
* tests: Use namespaced classes (1)Umherirrender2024-06-141-0/+1
* tests: Remove usage of deprecated methods on ContentHandlerdaniel2024-04-301-0/+23
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-5/+5
* Remove indirect calls to IDBAccessObject::READ_* constantsAtieno2024-01-291-1/+1
* tests: Use namespaced classesUmherirrender2023-12-111-0/+1
* WikitextContentHandler/ParserOutput: move redirect header to post processingC. Scott Ananian2023-09-151-32/+0
* Avoid DB access in non-database testsDaimona Eaytoy2023-08-061-2/+17
* Merge "Hard-deprecate ParserOutput::{get,set}Flag()"jenkins-bot2023-08-021-1/+4
|\
| * Hard-deprecate ParserOutput::{get,set}Flag()C. Scott Ananian2023-07-281-1/+4
* | tests: Avoid database usage when possibleDaimona Eaytoy2023-07-311-16/+15
|/
* tests: Use Title::makeTitle instead of Title::newFromTextUmherirrender2023-06-191-1/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* tests: Migrate `setMwGlobals()` to `overrideConfigValue(s)()`Derick Alangi2022-07-231-1/+2
* tests: Use WikiPageFactory to create WikiPage objectUmherirrender2022-06-261-1/+1
* Language: Inject NamespaceInfoBartosz Dziewoński2022-05-111-2/+1
* Clarify generate-html and make ParserOutput behave as expectedBrian Wolff2022-05-031-1/+1
* phpunit: use ->getServiceContainer() in integration testsAlexander Vorwerk2022-01-271-4/+3
* Replace Content::getParserOutput call to ContentRenderer::getParserOutputRoman Stolar2021-10-201-0/+22
* build: Updating dependencieslibraryupgrader2021-07-221-1/+1
* Replace PHPUnit ->returnValue() with ->willReturn() shortcutThiemo Kreuz2021-04-221-2/+2
* phpunit: Mass-replace setMethods with onlyMethods and adjustDaimona Eaytoy2021-04-161-2/+2
* Merge "Revert "Add change tags for media additions/removals""jenkins-bot2021-03-261-32/+0
|\
| * Revert "Add change tags for media additions/removals"Urbanecm2021-03-261-32/+0
* | Merge "Add change tags for media additions/removals"jenkins-bot2021-03-221-0/+32
|\|
| * Add change tags for media additions/removalsMatthias Mullie2021-03-101-0/+32
* | Split WikitextContentHandlerTest into separate unit testsDannyS7122021-03-151-108/+3
|/
* Introduce ContentHandlerFactoryArtBaltai2020-02-071-1/+2
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-4/+4
* tests: Add explicit return type void to setUp() and tearDown()Max Semenik2019-10-301-1/+1
* Clean up most of b/c for phpunit4Amir Sarabadani2019-10-061-2/+2
* tests: Prefer PHPUnit's assertSame() when comparing empty stringsThiemo Kreuz2019-09-201-1/+1
* Add some missing @covers tagsKunal Mehta2019-02-021-0/+6
* Deprecate Content::getNativeData, add TextContent::getTextdaniel2019-01-161-4/+4
* Re-namespace RevisionStore and RevisionRecord classesBrad Jorsch2018-10-091-1/+1
* Add constant for the name of the 'main' slot for MCRGergő Tisza2018-09-241-2/+3
* Introduce ContentHandler::getSecondaryDataUpdates.daniel2018-09-141-0/+27
* Mass conversion of $wgContLang to serviceAryeh Gregor2018-08-111-2/+1
* MagicWordFactory to replace MagicWord static members/methodsAryeh Gregor2018-07-301-1/+3
* Use ::class to resolve class names in testsUmherirrender2018-01-261-1/+1
* Remove very, very old disabled test cases and todosThiemo Mättig2017-12-281-17/+0
* Add @covers tags to ContentHandler testsKunal Mehta2017-12-271-0/+6
* Add new core tagspetarpetkovic2017-11-301-0/+105
* phpunit: Avoid use of deprecated getMock for PHPUnit 5 compatTimo Tijhof2017-04-061-1/+1
* Create fields & data for image/file data indexingStanislav Malyshev2016-09-261-2/+11