MediaWiki
REL1_31
CoreParserTestSuite.php
Go to the documentation of this file.
1
<?php
2
3
class
CoreParserTestSuite
extends
PHPUnit_Framework_TestSuite {
4
5
public
static
function
suite
() {
6
return
ParserTestTopLevelSuite::suite
(
ParserTestTopLevelSuite::CORE_ONLY
);
7
}
8
9
}
CoreParserTestSuite
Definition
CoreParserTestSuite.php:3
CoreParserTestSuite\suite
static suite()
Definition
CoreParserTestSuite.php:5
ParserTestTopLevelSuite\suite
static suite( $flags=self::CORE_ONLY)
Get a PHPUnit test suite of parser tests.
Definition
ParserTestTopLevelSuite.php:59
ParserTestTopLevelSuite\CORE_ONLY
const CORE_ONLY
Include files shipped with MediaWiki core.
Definition
ParserTestTopLevelSuite.php:28
tests
phpunit
suites
CoreParserTestSuite.php
Generated on Mon Nov 25 2024 15:36:44 for MediaWiki by
1.10.0