X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fstructure%2FStructureTest.php;h=14461be691c6d3cd9a54fbc3f60a6f068a222b2c;hb=5907e840ccad13f28438b413687342b65f3ab900;hp=23932997ccbc99c747d142f800cab35798629e3a;hpb=9ed334b55c57fa387cb25bd3a14bc90af345903e;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/structure/StructureTest.php b/tests/phpunit/structure/StructureTest.php index 23932997cc..14461be691 100644 --- a/tests/phpunit/structure/StructureTest.php +++ b/tests/phpunit/structure/StructureTest.php @@ -21,6 +21,7 @@ class StructureTest extends MediaWikiTestCase { 'ApiQueryTestBase', 'ApiQueryContinueTestBase', 'MediaWikiLangTestCase', + 'MediaWikiMediaTestCase', 'MediaWikiTestCase', 'ResourceLoaderTestCase', 'PHPUnit_Framework_TestCase', @@ -57,6 +58,8 @@ class StructureTest extends MediaWikiTestCase { /** * Filter to remove testUnitTestFileNamesEndWithTest false positives. + * @param string $filename + * @return bool */ public function filterSuites( $filename ) { return strpos( $filename, __DIR__ . '/../suites/' ) !== 0;