Math/tests
physikerwelt 5c12ed983f Remove useless debug functionality
* MathDebug was intended to provide advanced debugging functionality
  for the math extension. However, the interesting debugging and
  logging feature never made it from the debug branch to the master.
* The current debug functionality is mostly useless. Only some values
  are written to memory and never used thereafter.
* This change moves the existing functionality to the MathSearch
  extension and introduced the required hook for that.

Details:
* $wgMathDebug is removed
* A new Hook MathRenderingResultRetrieved is created
* The math rendering object is printed to the svg error
  page if wgDebugComments is active (instead of wgMathDebug)

Change-Id: I6fad69b5d9b9ca8a7d12c7e410d3ae6180fbddbf
2015-07-14 10:34:37 -04:00
..
browser/features Refactor code for RSpec3 expect syntax incorporation 2015-02-08 18:52:38 +00:00
MathCoverageTest.php Fix PHPUnit provider name 2015-03-18 17:16:27 +00:00
MathDatabaseTest.php Remove useless debug functionality 2015-07-14 10:34:37 -04:00
MathIdTest.php MWException -> Exception 2015-01-09 17:55:54 -08:00
MathInputCheckTest.php @group Math where it's missing 2014-07-25 15:09:30 -07:00
MathInputCheckTexvcTest.php tests: Add missing parent::tearDown() call 2014-09-16 00:50:30 +00:00
MathLaTeXMLDatabaseTest.php Remove useless debug functionality 2015-07-14 10:34:37 -04:00
MathLaTeXMLTest.php Move integration tests to a new special page 2015-03-30 11:47:31 -04:00
MathMathMLTest.php Move integration tests to a new special page 2015-03-30 11:47:31 -04:00
MathRendererTest.php MWException -> Exception 2015-01-09 17:55:54 -08:00
MathSourceTest.php MWException -> Exception 2015-01-09 17:55:54 -08:00
MathTexvcTest.php Separate render and getHtml 2014-06-09 23:21:44 +02:00
ParserTest.json Update MathParser tests 2015-01-10 14:54:03 +00:00