X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FfindHooks.php;h=6d5dda1bfca5b51dfe2c3c9ea7fd9041a2d943de;hb=7af7bbe7476996bf60d8d8e48a84687ccd7505df;hp=a902397391177f1b5238dc6d25566adb8620178d;hpb=db0fefc3c7361d3c9a89896e155e9456fc986a91;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/findHooks.php b/maintenance/findHooks.php index a902397391..6d5dda1bfc 100644 --- a/maintenance/findHooks.php +++ b/maintenance/findHooks.php @@ -82,7 +82,7 @@ class FindHooks extends Maintenance { "$IP/", ]; $extraFiles = [ - "$IP/tests/phpunit/MediaWikiTestCase.php", + "$IP/tests/phpunit/MediaWikiIntegrationTestCase.php", ]; foreach ( $recurseDirs as $dir ) {