mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-12 01:08:55 +00:00
rename MathSourceTest::simpleTest->MathSourceTest::testBasics
Test was not executed, because it did not start with 'test'. Change-Id: Ie5e14b0a23da6a908781f9a2f17dcd6c7795bebe
This commit is contained in:
parent
d9a2017e45
commit
10aea50551
|
@ -9,7 +9,7 @@ class MathSourceTest extends MediaWikiTestCase {
|
|||
* Checks the basic functionallity
|
||||
* i.e. if the span element is generated right.
|
||||
*/
|
||||
public function simpleTest(){
|
||||
public function testBasics(){
|
||||
$real=MathRenderer::renderMath("a+b",array(),MW_MATH_SOURCE);
|
||||
$this->assertEquals('<span class="tex" dir="ltr">$ a+b $</span>', $real
|
||||
, "Rendering of a+b in plain Text mode");
|
||||
|
|
Loading…
Reference in a new issue