MediaWiki  1.29.2
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

◆ CORE_ONLY

const ParserTestTopLevelSuite::CORE_ONLY = 1

Include files shipped with MediaWiki core.

Definition at line 28 of file ParserTestTopLevelSuite.php.

Referenced by ParserTestTopLevelSuite\__construct(), and CoreParserTestSuite\suite().

◆ NO_CORE

const ParserTestTopLevelSuite::NO_CORE = 2

Include non core files as set in $wgParserTestFiles.

Definition at line 30 of file ParserTestTopLevelSuite.php.

Referenced by ParserTestTopLevelSuite\__construct(), and ExtensionsParserTestSuite\suite().

◆ WITH_ALL

const ParserTestTopLevelSuite::WITH_ALL = 3

Include anything set via $wgParserTestFiles.

Definition at line 32 of file ParserTestTopLevelSuite.php.