aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/content/WikitextStructureTest.php
Commit message (Expand)AuthorAgeFilesLines
* Add namespace to WikitextContentEbrahim Byagowi2024-08-061-1/+3
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-1/+1
* WikiTextStructure: Support heading tags with attributesBartosz DziewoƄski2024-02-081-1/+1
* Avoid DB access in non-database testsDaimona Eaytoy2023-08-061-0/+1
* tests: Use Title::makeTitle instead of Title::newFromTextUmherirrender2023-06-191-1/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+2
* Replace Content::getParserOutput call to ContentRenderer::getParserOutputRoman Stolar2021-10-201-1/+2
* WikitextStructureTest: combine single use methodsDannyS7122021-02-271-15/+3
* Preserve whitespace in search index text contentErik Bernhardson2018-09-141-1/+7
* RFC T157418: Trim whitespace in table cells, list items, headingsSubramanya Sastry2018-03-161-1/+1
* Add @covers tags to ContentHandler testsKunal Mehta2017-12-271-0/+3
* Add missing type to @param documentationUmherirrender2017-08-111-2/+2
* Merge "Add DEFAULTSORT to search index field data"jenkins-bot2016-09-011-0/+13
|\
| * Add DEFAULTSORT to search index field datadcausse2016-08-291-0/+13
* | Extract ParserOutput search index data fields from WikiTextContentHandleraude2016-08-191-55/+0
|/
* Add search-ignored-headings string, copied from cirrus-search-ignored-headings.Stanislav Malyshev2016-08-041-1/+2
* Make content handlers assemble content for searchStanislav Malyshev2016-07-261-0/+148