ParserTestRunner: Fix some documentation types
Change-Id: I7d0375815dc6ac91cc3f39ea7910cdf1dff49666
This commit is contained in:
parent
7b26ce7f89
commit
3849c58953
1 changed files with 2 additions and 1 deletions
|
|
@ -27,6 +27,7 @@
|
|||
*/
|
||||
use Wikimedia\Rdbms\IDatabase;
|
||||
use MediaWiki\MediaWikiServices;
|
||||
use MediaWiki\Tidy\TidyDriverBase;
|
||||
use Wikimedia\ScopedCallback;
|
||||
use Wikimedia\TestingAccessWrapper;
|
||||
|
||||
|
|
@ -802,7 +803,7 @@ class ParserTestRunner {
|
|||
* - options: Array of test options
|
||||
* - config: Overrides for global variables, one per line
|
||||
*
|
||||
* @return ParserTestResult or false if skipped
|
||||
* @return ParserTestResult|false false if skipped
|
||||
*/
|
||||
public function runTest( $test ) {
|
||||
wfDebug( __METHOD__.": running {$test['desc']}" );
|
||||
|
|
|
|||
Loading…
Reference in a new issue