MediaWiki  REL1_22
ExtensionsParserTestSuite.php
Go to the documentation of this file.
00001 <?php
00002 class ExtensionsParserTestSuite extends PHPUnit_Framework_TestSuite {
00003 
00004     public static function suite() {
00005         return MediaWikiParserTest::suite( MediaWikiParserTest::NO_CORE );
00006     }
00007 
00008 }