Mark ConfigFactory::destroyDefaultInstance() with @codeCoverageIgnore
authorKunal Mehta <legoktm@gmail.com>
Sat, 23 Aug 2014 06:32:37 +0000 (23:32 -0700)
committerKunal Mehta <legoktm@gmail.com>
Sat, 23 Aug 2014 06:32:37 +0000 (23:32 -0700)
Change-Id: Icd4a5724aefab58dad1af07874ef7ee415922ead

includes/config/ConfigFactory.php

index 312d461..12b0c39 100644 (file)
@@ -61,6 +61,7 @@ class ConfigFactory {
         * Destroy the default instance
         * Should only be called inside unit tests
         * @throws MWException
+        * @codeCoverageIgnore
         */
        public static function destroyDefaultInstance() {
                if ( !defined( 'MW_PHPUNIT_TEST' ) ) {