Manual:$wgParserTestFiles
From MediaWiki.org
Parser: $wgParserTestFiles | |
---|---|
Parser test suite files to be run by parserTests.php. |
|
Introduced in version: | 1.9.0 (r17534) |
Removed in version: | still in use |
Allowed values: | (array of strings) |
Default value: | array( "$IP/maintenance/parserTests.txt" ) |
Other settings: Alphabetical | By Function
Details [edit]
Parser test suite files to be run by parserTests.php when no specific filename is passed to it.
Extensions may add their own tests to this array, or site-local tests may be added via LocalSettings.php.
Use full paths.