aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/auth/ThrottlePreAuthenticationProviderTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/includes/auth/ThrottlePreAuthenticationProviderTest.php')
-rw-r--r--tests/phpunit/includes/auth/ThrottlePreAuthenticationProviderTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/auth/ThrottlePreAuthenticationProviderTest.php b/tests/phpunit/includes/auth/ThrottlePreAuthenticationProviderTest.php
index 79a98e6dd815..1ef33658f5cb 100644
--- a/tests/phpunit/includes/auth/ThrottlePreAuthenticationProviderTest.php
+++ b/tests/phpunit/includes/auth/ThrottlePreAuthenticationProviderTest.php
@@ -2,7 +2,6 @@
namespace MediaWiki\Tests\Auth;
-use HashBagOStuff;
use MediaWiki\Auth\AuthenticationResponse;
use MediaWiki\Auth\ThrottlePreAuthenticationProvider;
use MediaWiki\Auth\UsernameAuthenticationRequest;
@@ -15,6 +14,7 @@ use Psr\Log\LogLevel;
use StatusValue;
use stdClass;
use TestLogger;
+use Wikimedia\ObjectCache\HashBagOStuff;
use Wikimedia\TestingAccessWrapper;
/**