Complete test coverage of Hooks class
[lhc/web/wiklou.git] / includes / Hooks.php
index c22dc97..3a33c2d 100644 (file)
@@ -62,6 +62,7 @@ class Hooks {
         *
         * @since 1.21
         * @throws MWException If not in testing mode.
+        * @codeCoverageIgnore
         */
        public static function clear( $name ) {
                if ( !defined( 'MW_PHPUNIT_TEST' ) && !defined( 'MW_PARSER_TEST' ) ) {