summaryrefslogtreecommitdiff
path: root/www/wiki/tests/phpunit/suites/CoreParserTestSuite.php
blob: 7a33a222e76a0ee5999c3d65aa5942b77a988c18 (plain)
1
2
3
4
5
6
7
8
9
<?php

class CoreParserTestSuite extends PHPUnit_Framework_TestSuite {

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

}