X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fuser%2FCentralIdLookup.php;h=1d7f3808225c3402fa67f6b2202184b5af284bb0;hb=ba69994b3a7c554db64d8e6389cc1d225035f603;hp=618b7f07ed71da9b3ff23884bfc0d09abb15279a;hpb=d84c3dde5af90c5c3497d18e427a5c2a38ac6ca8;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/user/CentralIdLookup.php b/includes/user/CentralIdLookup.php index 618b7f07ed..1d7f380822 100644 --- a/includes/user/CentralIdLookup.php +++ b/includes/user/CentralIdLookup.php @@ -19,6 +19,7 @@ * * @file */ +use Wikimedia\ObjectFactory; /** * The CentralIdLookup service allows for connecting local users with @@ -66,6 +67,7 @@ abstract class CentralIdLookup implements IDBAccessObject { /** * Reset internal cache for unit testing + * @codeCoverageIgnore */ public static function resetCache() { if ( !defined( 'MW_PHPUNIT_TEST' ) ) {