From: Kunal Mehta Date: Sat, 23 Aug 2014 06:32:37 +0000 (-0700) Subject: Mark ConfigFactory::destroyDefaultInstance() with @codeCoverageIgnore X-Git-Tag: 1.31.0-rc.0~14306 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=e4c80d94d5e2422613aa2e7f0c5c10d948d322d0;p=lhc%2Fweb%2Fwiklou.git Mark ConfigFactory::destroyDefaultInstance() with @codeCoverageIgnore Change-Id: Icd4a5724aefab58dad1af07874ef7ee415922ead --- 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' ) ) {