MediaWiki
1.30.0
|
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.
Database Parser ParserTests
Definition at line 17 of file ParserIntegrationTest.php.
ParserIntegrationTest::__construct | ( | $runner, | |
$fileName, | |||
$test | |||
) |
Definition at line 27 of file ParserIntegrationTest.php.
ParserIntegrationTest::setUp | ( | ) |
Definition at line 40 of file ParserIntegrationTest.php.
ParserIntegrationTest::tearDown | ( | ) |
Definition at line 44 of file ParserIntegrationTest.php.
ParserIntegrationTest::testParse | ( | ) |
Definition at line 34 of file ParserIntegrationTest.php.
|
private |
Definition at line 22 of file ParserIntegrationTest.php.
|
private |
Definition at line 25 of file ParserIntegrationTest.php.
|
private |
Definition at line 19 of file ParserIntegrationTest.php.