mediawiki-extensions-Math/tests/phpunit/unit
Moritz Schubotz (physikerwelt) a102a4ed52
Remove curly
To reduce the complexity of the parse tree we remove the curly
element which is used for grouping in TeX. Instead, we use
use an attribute which defines if the group is put into curly
brackets or not. The functionality of the curly element
is transferred to the TexArray which was the only possible
child of the curly element before. To ease the transition,
we add a special constructor to TexArray.

We could not measure any performance implications of this change.

Bug: T333973
Change-Id: Idcb58694022831113bdc437576bb9f48658fff2f
2024-04-09 11:36:34 +02:00
..
WikiTexVC Remove curly 2024-04-09 11:36:34 +02:00
HookRunnerTest.php Create HookRunner class and the hook handler interfaces 2023-06-05 22:47:33 +02:00
HooksTest.php Remove references to VisualEditorFullRestbaseURL 2023-08-18 20:17:48 +02:00
MathConfigTest.php Replace _s with -s in i18n math mode strings 2024-03-15 17:27:56 +00:00
MathTest.php Use namespaced classes 2024-01-06 16:30:26 +01:00
MathWikibaseConnectorTest.php tests: Mock LoggerInterface to expect that a warning is thrown 2024-02-24 20:16:31 +01:00
MathWikibaseConnectorTestFactory.php Conditionally skip tests that depend on Wikibase 2024-04-08 14:46:09 +02:00
PopupTest.php Make dataProvider in PopupTest static 2023-10-21 21:06:06 +00:00
ServiceWiringTest.php tests: Make some PHPUnit data providers static 2023-05-21 11:00:48 +02:00