MediaWiki REL1_31
CoreParserTestSuite.php
Go to the documentation of this file.
1<?php
2
3class CoreParserTestSuite extends PHPUnit_Framework_TestSuite {
4
5 public static function suite() {
7 }
8
9}
static suite( $flags=self::CORE_ONLY)
Get a PHPUnit test suite of parser tests.
const CORE_ONLY
Include files shipped with MediaWiki core.