Merge "Setup: Move MWDebug logic to MWDebug.php"
[lhc/web/wiklou.git] / tests / phpunit / suites / CoreParserTestSuite.php
1 <?php
2
3 class CoreParserTestSuite extends PHPUnit_Framework_TestSuite {
4
5 public static function suite() {
6 return ParserTestTopLevelSuite::suite( ParserTestTopLevelSuite::CORE_ONLY );
7 }
8
9 }