Remove 'UnitTestList' hook

No longer needed now that extension unittests are autodiscovered.

Bug: T142120
Change-Id: I03f1d1ea345a43685397e106fc5e27e1c2436f70
This commit is contained in:
Reedy 2016-08-05 22:42:08 +01:00
parent e877b526fc
commit bf17dd54e8
2 changed files with 0 additions and 13 deletions

View file

@ -15,16 +15,6 @@ class TemplateStylesHooks {
return true;
}
/**
* Add phpunit tests
*
* @param array &$files List of phpunit test files
*/
public static function onUnitTestsList( &$files ) {
$files[] = __DIR__ . '/tests/phpunit/';
return true;
}
private static function decodeFromBlob( $blob ) {
$tree = gzdecode( $blob );
if ( $tree ) {

View file

@ -36,9 +36,6 @@
],
"OutputPageParserOutput": [
"TemplateStylesHooks::onOutputPageParserOutput"
],
"UnitTestsList": [
"TemplateStylesHooks::onUnitTestsList"
]
},
"config": {