rename MathSourceTest::simpleTest->MathSourceTest::testBasics

Test was not executed, because it did not start with 'test'.

Change-Id: Ie5e14b0a23da6a908781f9a2f17dcd6c7795bebe
This commit is contained in:
physikerwelt 2013-05-04 10:43:14 +00:00
parent d9a2017e45
commit 10aea50551
1 changed files with 1 additions and 1 deletions

View File

@ -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");