mediawiki-extensions-Math/tests/phpunit
physikerwelt 5713e1966e Fix rendering of underOver
We recently changed the internal treatment of macros
 to include the `\` in the macro names.
The respective code checked if the macro name had the letter 'o'
 at position 0. Now, this is position 1.

* Check for the entire start of over
* Output an error if the macro name does not star with under
  or over
* Remove dead code

Bug: T382196
Change-Id: I8eefd41e27319c8dbb05900ef2581ce4d548d4fe
2024-12-16 12:06:45 +00:00
..
data/restbase Enable most tests which were previously disabled 2021-08-12 08:57:58 -07:00
InputCheck Use namespaced classes 2024-10-20 09:27:34 +02:00
integration Replace uses of deprecated ParserOutput::getText() 2024-12-01 17:24:17 +01:00
unit Fix rendering of underOver 2024-12-16 12:06:45 +00:00
DummyPropertyDataTypeLookup.php Move test helper classes into own class file 2019-12-06 21:47:52 +01:00
MathCacheTest.php Remove explicit DB access 2024-01-11 15:57:02 +00:00
MathDataUpdaterTest.php Use namespaced classes 2024-01-06 16:30:26 +01:00
MathFormatterTest.php Use namespaced IDatabase class 2023-08-19 12:03:02 +08:00
MathIdTest.php Remove PNG rendering mode 2022-11-21 18:57:27 +00:00
MathLaTeXMLCacheTest.php Add missing documentation to class properties 2024-08-31 11:48:46 +00:00
MathLaTeXMLTest.php MediaWikiTestCase -> MediaWikiIntegrationTestCase 2021-10-12 00:51:10 +02:00
MathMathMLTest.php Use overrideConfigValue instead of setMwGlobals 2024-07-24 16:22:59 +00:00
MathMLRdfBuilderTest.php Use namespaced IDatabase class 2023-08-19 12:03:02 +08:00
MathMockHttpTrait.php Use namespaced classes 2024-10-20 09:27:34 +02:00
MathNativeMMLTest.php Use overrideConfigValue instead of setMwGlobals 2024-07-24 16:22:59 +00:00
MathoidCliTest.php Add missing documentation to class properties 2024-08-31 11:48:46 +00:00
MathRendererTest.php Use overrideConfigValue instead of setMwGlobals 2024-07-24 16:22:59 +00:00
MathRestbaseInterfaceTest.php Use namespaced classes 2024-10-20 09:27:34 +02:00
MathSourceTest.php Remove some unused methods. 2022-06-27 18:20:06 +00:00
MathValidatorTest.php MediaWikiTestCase -> MediaWikiIntegrationTestCase 2021-10-12 00:51:10 +02:00