X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fauth%2FThrottlePreAuthenticationProviderTest.php;h=aa6f0e8dd2a0aaba1bf18f59f929707ac6ee244a;hb=b42a366b66c75898d70b0b70eb9be7e73cf0bc35;hp=8b273b5791b42f4638b3f7c3d72310a6530adb4d;hpb=aff17edd95620bff595dfa88013b422b38b1db2a;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/auth/ThrottlePreAuthenticationProviderTest.php b/tests/phpunit/includes/auth/ThrottlePreAuthenticationProviderTest.php index 8b273b5791..aa6f0e8dd2 100644 --- a/tests/phpunit/includes/auth/ThrottlePreAuthenticationProviderTest.php +++ b/tests/phpunit/includes/auth/ThrottlePreAuthenticationProviderTest.php @@ -8,15 +8,6 @@ namespace MediaWiki\Auth; * @covers MediaWiki\Auth\ThrottlePreAuthenticationProvider */ class ThrottlePreAuthenticationProviderTest extends \MediaWikiTestCase { - protected function setUp() { - global $wgDisableAuthManager; - - parent::setUp(); - if ( $wgDisableAuthManager ) { - $this->markTestSkipped( '$wgDisableAuthManager is set' ); - } - } - public function testConstructor() { $provider = new ThrottlePreAuthenticationProvider(); $providerPriv = \TestingAccessWrapper::newFromObject( $provider );