From: Platonides Date: Thu, 6 Dec 2012 21:58:51 +0000 (+0100) Subject: Register WikitextContentTest in the test autoloader. X-Git-Tag: 1.31.0-rc.0~21404^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/fiche.php?a=commitdiff_plain;h=51d12871fa59602112b8301c5260a6c1f23d0dae;p=lhc%2Fweb%2Fwiklou.git Register WikitextContentTest in the test autoloader. Change-Id: I3c3b0fab9850196b0aad7c0bee06c4ca0b8e2fc6 --- diff --git a/tests/TestsAutoLoader.php b/tests/TestsAutoLoader.php index 01d7b2ad8c..455479d829 100644 --- a/tests/TestsAutoLoader.php +++ b/tests/TestsAutoLoader.php @@ -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",