aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/content/TextContentTest.php
Commit message (Expand)AuthorAgeFilesLines
* tests: Use namespaced classesUmherirrender2024-10-211-0/+1
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-1/+1
* tests: Add missing documentation to class propertiesUmherirrender2024-09-181-0/+1
* Add namespace to WikitextContentEbrahim Byagowi2024-08-061-0/+1
* content: Widen `@covers` tags in phpunit testsTimo Tijhof2024-07-211-27/+6
* content: Restore broken test coverage for TextContent::getNativeDatathiemowmde2024-07-211-34/+6
* Add namespace and deprecation alias to TextContentHandlerEbrahim Byagowi2024-05-201-1/+1
* Add namespace and deprecation alias to TextContentEbrahim Byagowi2024-05-191-17/+18
* Add namespace and deprecation alias to JavaScriptContentEbrahim Byagowi2024-05-171-0/+1
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-18/+18
* Namespace includes/contextJames D. Forrester2024-02-081-0/+1
* Follow-up 71ff05267: Stop writing to tablesUsed in tests, now unnecessaryJames D. Forrester2023-11-211-4/+0
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-0/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* tests: Migrate `setMwGlobals()` to `overrideConfigValue(s)()`Derick Alangi2022-07-231-5/+7
* Replace Content::getParserOutput call to ContentRenderer::getParserOutputRoman Stolar2021-10-201-47/+0
* Hard-deprecate Content::preSaveTransform.Roman Stolar2021-08-251-40/+0
* Hard-deprecate Content::preloadTransform.Roman Stolar2021-08-231-23/+0
* Remove Content::getDeletionUpdates() and all usage of it.Roman Stolar2021-07-221-48/+0
* build: Updating dependencieslibraryupgrader2021-07-221-1/+1
* Use WikiPage::doUserEditContent() instead of ::doEditContent()DannyS7122021-06-281-1/+1
* Make WikiPage a (non-proper) PageIdentityDaniel Kinzler2021-02-101-1/+1
* Convert RevisionRecord to Authority and PageIdentityPetr Pchelko2021-01-211-1/+1
* Make WikitextContentTest set the context title to avoid failuresAaron Schulz2020-10-201-0/+2
* Remove all methods of MWTidy except for MWTidy::tidy()C. Scott Ananian2020-08-171-8/+0
* Merge "Remove minor pieces of unused code from TextContentTest"jenkins-bot2020-06-081-3/+3
|\
| * Remove minor pieces of unused code from TextContentTestThiemo Kreuz2020-05-291-3/+3
* | Replace all call_user_func(_array) in all testsThiemo Kreuz2020-06-061-2/+2
|/
* Tests: Remove unneeded uses of global $wgUserDannyS7122020-03-121-1/+0
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-2/+2
* tests: Add explicit return type void to setUp() and tearDown()Max Semenik2019-10-301-2/+2
* Add some missing @covers tagsKunal Mehta2019-02-021-0/+4
* Deprecate Content::getNativeData, add TextContent::getTextdaniel2019-01-161-5/+25
* Use Remex for TextContentTest subclassesC. Scott Ananian2018-09-251-1/+1
* Hard-deprecate the $wgUseTidy optionC. Scott Ananian2018-09-201-1/+1
* [MCR] Set MCR migration stage to write-both/read-new.daniel2018-09-111-13/+11
* Mass conversion of $wgContLang to serviceAryeh Gregor2018-08-111-5/+6
* Drop 'comma' value for wgArticleCountMethodJames D. Forrester2018-03-011-10/+0
* Use ::class to resolve class names in testsUmherirrender2018-01-261-1/+1
* Remove method level @group Database tagsaddshore2017-11-231-1/+0
* content: Refactor normalization of line endings codeKunal Mehta2016-08-231-0/+26
* TextContent: Normalize newlines in preSaveTransform()Brad Jorsch2016-08-161-0/+5
* Remove Title::newFromRedirectRecurse()Florian2016-04-031-10/+0
* Remove Title::newFromRedirectArrayFlorian2016-04-021-10/+0
* Convert all array() syntax to []Kunal Mehta2016-02-171-76/+76
* Fix issues identified by SpaceBeforeSingleLineComment sniffVivek Ghaisas2015-09-261-3/+3
* Abstract and refactor Tidy supportTim Starling2015-09-101-1/+7
* Fix bypassing hooks in TextContentTestumherirrender2014-10-231-20/+1
* Limit test leakage, $wgCapitalLinks expected to be trueChad Horohoe2014-07-071-0/+1
* Introduce ContentGetParserOutput hookdaniel2014-05-101-3/+23