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