MediaWiki REL1_32
|
This is the TestCase subclass for running a single parser test via the ParserTestRunner integration test system. More...
Public Member Functions | |
__construct ( $runner, $fileName, $test) | |
setUp () | |
tearDown () | |
testParse () | |
Private Attributes | |
ParserTestRunner | $ptRunner |
ScopedCallback | $ptTeardownScope |
array | $ptTest |
This is the TestCase subclass for running a single parser test via the ParserTestRunner integration test system.
Note: the following groups are not used by PHPUnit. The list in ParserTestFileSuite::__construct() is used instead.
large Database Parser ParserTests
Parser BlockLevelPass CoreParserFunctions CoreTagHooks Sanitizer Preprocessor Preprocessor_DOM Preprocessor_Hash DateFormatter LinkHolderArray StripState ParserOptions ParserOutput
Definition at line 30 of file ParserIntegrationTest.php.
ParserIntegrationTest::__construct | ( | $runner, | |
$fileName, | |||
$test | |||
) |
Definition at line 43 of file ParserIntegrationTest.php.
ParserIntegrationTest::setUp | ( | ) |
Definition at line 56 of file ParserIntegrationTest.php.
ParserIntegrationTest::tearDown | ( | ) |
Definition at line 60 of file ParserIntegrationTest.php.
ParserIntegrationTest::testParse | ( | ) |
Definition at line 50 of file ParserIntegrationTest.php.
|
private |
Definition at line 38 of file ParserIntegrationTest.php.
|
private |
Definition at line 41 of file ParserIntegrationTest.php.
|
private |
Definition at line 35 of file ParserIntegrationTest.php.