MediaWiki
1.30.0
|
This is the suite class for running tests within a single .txt source file. More...
Public Member Functions | |
__construct ( $runner, $name, $fileName) | |
setUp () | |
Private Attributes | |
$ptFileInfo | |
$ptFileName | |
$ptRunner | |
This is the suite class for running tests within a single .txt source file.
It is not invoked directly. Use –filter to select files, or use parserTests.php.
Definition at line 8 of file ParserTestFileSuite.php.
ParserTestFileSuite::__construct | ( | $runner, | |
$name, | |||
$fileName | |||
) |
Definition at line 13 of file ParserTestFileSuite.php.
References $name, as, and TestFileReader\read().
ParserTestFileSuite::setUp | ( | ) |
Definition at line 25 of file ParserTestFileSuite.php.
|
private |
Definition at line 11 of file ParserTestFileSuite.php.
|
private |
Definition at line 10 of file ParserTestFileSuite.php.
|
private |
Definition at line 9 of file ParserTestFileSuite.php.