aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/parser/RevisionOutputCacheTest.php
Commit message (Expand)AuthorAgeFilesLines
* Make stats from RevisionOutputCache consistent with those from ParserCacheC. Scott Ananian2025-04-041-0/+8
* Remove trivial 1-line PHPDocs that just repeat the codethiemowmde2025-01-161-6/+0
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-2/+2
* Namespace all remaining classes in includes/parserJames D. Forrester2024-10-151-1/+1
* Add namespace to remaining parts of Wikimedia\ObjectCacheJames D. Forrester2024-09-271-1/+1
* Remove ParserOutput::getText() calls from core (getRawText)Isabelle Hurbain-Palatin2024-08-191-1/+2
* Add namespace to the root classes of ObjectCacheEbrahim Byagowi2024-07-101-2/+2
* Rename JsonUnserial… to JsonDeserial…James D. Forrester2024-06-121-2/+2
* Remove all @package commentsthiemowmde2024-05-101-1/+0
* parser: Remove explicit StatsdDataFactory backward-compat logicDerick Alangi2024-03-261-2/+2
* [ParserOutput] Rename $mText to $mRawText and ::setText() to ::setRawText()C. Scott Ananian2024-02-201-2/+2
* Add ParserOutput::{get,set}RenderId() and set render id in ContentRendererC. Scott Ananian2024-02-071-1/+5
* Namespace ParserOutputJames D. Forrester2023-12-141-1/+1
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-1/+1
* Reorg: Move MWTimestamp to MediaWiki\UtilsAmir Sarabadani2023-08-191-1/+1
* tests: Make some PHPUnit data providers staticTim Starling2023-03-241-1/+1
* JsonCodec: fix en/decoding of nested objects and stdClass objectsC. Scott Ananian2023-01-121-0/+1
* Replace deprecated calls `ParserOptions::newCanonical( 'canonical' )`Derick Alangi2022-06-161-18/+18
* Use new namespace for revision related classesUmherirrender2022-04-141-1/+1
* Tests: remove unneeded tearDown functionsDannyS7122021-07-271-5/+0
* build: Updating dependencieslibraryupgrader2021-07-221-2/+2
* Convert ParserCache to PageRecordPetr Pchelko2021-04-021-14/+16
* Implement caching for old revision HTML endpointdaniel2020-12-151-3/+52
* Introduce RevisionOutputCachedaniel2020-12-141-0/+331