Math/tests
Moritz Schubotz d8822169ab
Mathoid CLI interface
Renders formulae via mathoid without to run mathoid as a service.
Mathoid 0.7.1 or later must be installed locally and configured to be
accessed directly from the math extension. It has been tested with the
config.dev.yaml of version 0.7.1. If mathoid is installed in
'/srv/mathoid' the following line might be added to LocalSettings.php
$wgMathoidCli = ['/srv/mathoid/cli.js', '-c', '/srv/mathoid/config.dev.yaml'];
i.e., make sure to specify the -c parameter with an absolute path.
In addition mathoid uses more memory than the the default. With
the config.dev.yaml a value of
$wgMaxShellMemory = 2097152;
has been tested to work well.

Change-Id: I0600f056d21927963267cf979d342e313419e9fa
2018-02-21 20:29:20 +01:00
..
browser Fix Watir::Wait::TimeoutError in Selenium tests 2016-06-13 17:03:40 +02:00
MathCoverageTest.php Fix and add missing documentation and fix minor code smell issues 2017-07-10 11:40:12 +02:00
MathDatabaseTest.php Fix broken links in phpunit covers annotations 2018-02-05 16:24:46 +01:00
MathFormatterTest.php Show TeX in wikibase diffs. 2016-02-25 12:59:12 +01:00
MathHooksTest.php build: Updating mediawiki/mediawiki-codesniffer to 0.11.0 2017-08-10 23:57:43 -04:00
MathIdTest.php Fix and add missing documentation and fix minor code smell issues 2017-07-10 11:40:12 +02:00
MathInputCheckRestbaseTest.php build: Updating mediawiki/mediawiki-codesniffer to 0.9.0 2017-06-21 00:59:25 +00:00
MathInputCheckTest.php build: Updating mediawiki/mediawiki-codesniffer to 0.9.0 2017-06-21 00:59:25 +00:00
MathInputCheckTexvcTest.php Fix broken links in phpunit covers annotations 2018-02-05 16:24:46 +01:00
MathLaTeXMLDatabaseTest.php Fix broken links in phpunit covers annotations 2018-02-05 16:24:46 +01:00
MathLaTeXMLTest.php Convert all array() syntax to [] 2016-04-13 10:18:23 -04:00
MathMLRdfBuilderTest.php RDF Formatter for Math data type 2016-02-12 20:38:27 +00:00
MathMathMLTest.php Mathoid CLI interface 2018-02-21 20:29:20 +01:00
MathRendererTest.php build: Updating mediawiki/mediawiki-codesniffer to 0.9.0 2017-06-21 00:59:25 +00:00
MathRestbaseInterfaceTest.php Rename files to match classes 2017-12-10 12:42:41 +01:00
MathSourceTest.php Convert all array() syntax to [] 2016-04-13 10:18:23 -04:00
MathTexvcTest.php Fix broken links in phpunit covers annotations 2018-02-05 16:24:46 +01:00
MathValidatorTest.php Add more complete PHPDoc tags to all tests 2016-02-12 17:57:37 +01:00
MathoidCliTest.php Mathoid CLI interface 2018-02-21 20:29:20 +01:00
ParserTest.json Update MathParser tests 2015-01-10 14:54:03 +00:00
wfTest.php Mathoid CLI interface 2018-02-21 20:29:20 +01:00