MediaWiki  1.28.1
Filtering constants

Limit inclusion of parser tests files coming from MediaWiki core. More...

Variables

const ParserTestTopLevelSuite::CORE_ONLY = 1
 Include files shipped with MediaWiki core. More...
 
const ParserTestTopLevelSuite::NO_CORE = 2
 Include non core files as set in $wgParserTestFiles. More...
 
const ParserTestTopLevelSuite::WITH_ALL = 3
 Include anything set via $wgParserTestFiles. More...
 

Detailed Description

Limit inclusion of parser tests files coming from MediaWiki core.

Variable Documentation

const ParserTestTopLevelSuite::CORE_ONLY = 1

Include files shipped with MediaWiki core.

Definition at line 28 of file ParserTestTopLevelSuite.php.

Referenced by CoreParserTestSuite\suite().

const ParserTestTopLevelSuite::NO_CORE = 2

Include non core files as set in $wgParserTestFiles.

Definition at line 30 of file ParserTestTopLevelSuite.php.

Referenced by ExtensionsParserTestSuite\suite().

const ParserTestTopLevelSuite::WITH_ALL = 3

Include anything set via $wgParserTestFiles.

Definition at line 32 of file ParserTestTopLevelSuite.php.