From e4c80d94d5e2422613aa2e7f0c5c10d948d322d0 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Fri, 22 Aug 2014 23:32:37 -0700 Subject: [PATCH] Mark ConfigFactory::destroyDefaultInstance() with @codeCoverageIgnore Change-Id: Icd4a5724aefab58dad1af07874ef7ee415922ead --- includes/config/ConfigFactory.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/config/ConfigFactory.php b/includes/config/ConfigFactory.php index 312d4616ac..12b0c39911 100644 --- a/includes/config/ConfigFactory.php +++ b/includes/config/ConfigFactory.php @@ -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' ) ) { -- 2.20.1