Merge "Revert "resourceloader: Make cache-eval in mw.loader.work asynchronous""
[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 }
10