MediaWiki REL1_31
ExtensionsParserTestSuite.php
Go to the documentation of this file.
1<?php
2class ExtensionsParserTestSuite extends PHPUnit_Framework_TestSuite {
3
4 public static function suite() {
6 }
7
8}
static suite( $flags=self::CORE_ONLY)
Get a PHPUnit test suite of parser tests.
const NO_CORE
Include non core files as set in $wgParserTestFiles.