mediawiki-extensions-Cite/tests/phpunit/unit
Thiemo Kreuz d07110b790 Fix incomplete undo/redo stack implementation
The rollback feature was not able to properly restore a __placeholder__.
That's why a specific use case was behaving different. This already
worked just fine:

<ref extends="a">…</ref>
<references>
<ref name="a">…</ref>
</references>

But this didn't, even if it is the exact same from the users
perspective:

<ref extends="a">…</ref>
{{#tag:references|
<ref name="a">…</ref>
}}

Bug: T239810
Change-Id: I163a1bffb9450a9e7f776e32e66fb08d0452cdb9
2020-01-08 17:43:02 +01:00
..
AnchorFormatterTest.php Remove single use classes from the use section 2019-12-17 14:57:55 +01:00
CiteDataModuleTest.php Minor improvements to the test coverage 2019-12-11 12:22:59 +01:00
CiteHooksUnitTest.php Remove ApiQueryReferences support 2019-11-28 11:08:46 +01:00
CiteParserHooksTest.php Lazy instantiation of Cite 2019-12-12 11:12:17 +01:00
CiteParserTagHooksTest.php Add missing @covers tags to tests 2019-12-18 16:46:15 +00:00
CiteUnitTest.php build: Updating mediawiki/mediawiki-phan-config to 0.9.0 2019-12-27 19:45:17 +00:00
ErrorReporterTest.php Add missing @covers tags to tests 2019-12-18 16:46:15 +00:00
FootnoteMarkFormatterTest.php Remove single use classes from the use section 2019-12-17 14:57:55 +01:00
ReferenceMessageLocalizerUnitTest.php Remove single use classes from the use section 2019-12-17 14:57:55 +01:00
ReferencesFormatterTest.php Merge "Move "dir" error handling to validation" 2019-12-19 10:18:24 +00:00
ReferenceStackTest.php Fix incomplete undo/redo stack implementation 2020-01-08 17:43:02 +01:00