Register WikitextContentTest in the test autoloader.
authorPlatonides <platonides@gmail.com>
Thu, 6 Dec 2012 21:58:51 +0000 (22:58 +0100)
committerPlatonides <platonides@gmail.com>
Thu, 6 Dec 2012 21:58:51 +0000 (22:58 +0100)
Change-Id: I3c3b0fab9850196b0aad7c0bee06c4ca0b8e2fc6

tests/TestsAutoLoader.php

index 01d7b2a..455479d 100644 (file)
@@ -65,6 +65,7 @@ $wgAutoloadClasses += array(
        'ContentHandlerTest' => "$testDir/phpunit/includes/content/ContentHandlerTest.php",
        'JavascriptContentTest' => "$testDir/phpunit/includes/content/JavascriptContentTest.php",
        'TextContentTest' => "$testDir/phpunit/includes/content/TextContentTest.php",
+       'WikitextContentTest' => "$testDir/phpunit/includes/content/WikitextContentTest.php",
 
        # tests/phpunit/includes/db
        'ORMRowTest' => "$testDir/phpunit/includes/db/ORMRowTest.php",