Merge "Warn if stateful ParserOutput transforms are used"
[lhc/web/wiklou.git] / tests / phpunit / suites / ExtensionsParserTestSuite.php
1 <?php
2 class ExtensionsParserTestSuite extends PHPUnit_Framework_TestSuite {
3
4 public static function suite() {
5 return ParserTestTopLevelSuite::suite( ParserTestTopLevelSuite::NO_CORE );
6 }
7
8 }