MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onUnitTestsList (&$paths) | |
This hook is called when building a list of paths containing PHPUnit tests. | |
Stable to implement.
Definition at line 9 of file UnitTestsListHook.php.
MediaWiki\Hook\UnitTestsListHook::onUnitTestsList | ( | & | $paths | ) |
This hook is called when building a list of paths containing PHPUnit tests.
Since 1.24, paths pointing to a directory will be recursively scanned for test case files matching the suffix "Test.php".
array | &$paths | List of test cases and directories to search |
Implemented in MediaWiki\HookContainer\HookRunner.