mediawiki-extensions-Math/tests/phpunit/InputCheck
Moritz Schubotz (physikerwelt) 16d1fdacf4
Add WAN Cache for native MathML rendering
* Cache results for checked tex and MathML string in one cache.
* Remove access to parsetree
* Introduce run method to speed up service wiring

Note that the indirection table used in previous versions was
abandoned here. texvc does only little unification's of the
input string so that it is not expected that the overall savings
in space and compute time warrant the additional table.

Change-Id: Ib9ce3d2ab02bd9a2a0f9926db6b937435b7e5458
2023-06-19 23:04:08 +02:00
..
data Enable most tests which were previously disabled 2021-08-12 08:57:58 -07:00
InputCheckFactoryTest.php Add WAN Cache for native MathML rendering 2023-06-19 23:04:08 +02:00
LocalCheckerTest.php Add WAN Cache for native MathML rendering 2023-06-19 23:04:08 +02:00
MathoidCheckerTest.php Replace deprecated MWException 2023-06-09 13:00:46 +02:00
RestbaseCheckerTest.php MediaWikiTestCase -> MediaWikiIntegrationTestCase 2021-10-12 00:51:10 +02:00