X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FfindHooks.php;h=6d5dda1bfca5b51dfe2c3c9ea7fd9041a2d943de;hb=101493a70783b15656daa0686d404ac1a7a6976b;hp=a902397391177f1b5238dc6d25566adb8620178d;hpb=fdf9662c812a89555b4c2ad9ec34f0ac3f5b9232;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 ) {