summaryrefslogtreecommitdiff
path: root/www/wiki/tests/phpunit/suites/ExtensionsParserTestSuite.php
blob: 8d6ee07956846d2d7612ff8f2b453a7d53ddb750 (plain)
1
2
3
4
5
6
7
8
<?php
class ExtensionsParserTestSuite extends PHPUnit_Framework_TestSuite {

	public static function suite() {
		return ParserTestTopLevelSuite::suite( ParserTestTopLevelSuite::NO_CORE );
	}

}