mediawiki-extensions-Cite/tests/phpunit/unit/Parsoid
thiemowmde 9e1c4645be Add strictly typed RefGroupItem class to Parsoid code
This does the exact same as the previously used generic stdClass
object, just strictly typed. Turned out to be surprisingly
straightforward, as proven by the small size of this patch.

I'm intentionally not adding anything new in this patch. For
example, the new class is perfect to write longer documentation
for every field. But this is for a later patch.

Change-Id: Ibf696f6b5ef1bfdbe846b571fb7e9ded96693351
2024-03-14 11:59:34 +01:00
..
ReferencesDataTest.php Add strictly typed RefGroupItem class to Parsoid code 2024-03-14 11:59:34 +01:00
ReferencesTest.php
RefGroupTest.php
RefTest.php