Move trivially compatible tests to the unit tests suite
[lhc/web/wiklou.git] / tests / phpunit / includes / auth / ThrottlePreAuthenticationProviderTest.php
index d03b151..0f9b262 100644 (file)
@@ -3,11 +3,12 @@
 namespace MediaWiki\Auth;
 
 use Wikimedia\TestingAccessWrapper;
+use stdClass;
 
 /**
  * @group AuthManager
  * @group Database
- * @covers MediaWiki\Auth\ThrottlePreAuthenticationProvider
+ * @covers \MediaWiki\Auth\ThrottlePreAuthenticationProvider
  */
 class ThrottlePreAuthenticationProviderTest extends \MediaWikiTestCase {
        public function testConstructor() {