MediaWiki  1.23.0
Filtering constants

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

Variables

const MediaWikiParserTest::CORE_ONLY = 1
 Include files shipped with MediaWiki core. More...
 
const MediaWikiParserTest::NO_CORE = 2
 Include non core files as set in $wgParserTestFiles. More...
 
const MediaWikiParserTest::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 MediaWikiParserTest::CORE_ONLY = 1

Include files shipped with MediaWiki core.

Definition at line 22 of file MediaWikiParserTest.php.

Referenced by MediaWikiParserTest\suite().

◆ NO_CORE

const MediaWikiParserTest::NO_CORE = 2

Include non core files as set in $wgParserTestFiles.

Definition at line 24 of file MediaWikiParserTest.php.

Referenced by ExtensionsParserTestSuite\suite(), and MediaWikiParserTest\suite().

◆ WITH_ALL

const MediaWikiParserTest::WITH_ALL = 3

Include anything set via $wgParserTestFiles.

Definition at line 26 of file MediaWikiParserTest.php.