diff options
Diffstat (limited to 'AntiSpoof/tests/phpunit/AntiSpoofAuthenticationRequestTest.php')
-rw-r--r-- | AntiSpoof/tests/phpunit/AntiSpoofAuthenticationRequestTest.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/AntiSpoof/tests/phpunit/AntiSpoofAuthenticationRequestTest.php b/AntiSpoof/tests/phpunit/AntiSpoofAuthenticationRequestTest.php index a4855389..abd18be7 100644 --- a/AntiSpoof/tests/phpunit/AntiSpoofAuthenticationRequestTest.php +++ b/AntiSpoof/tests/phpunit/AntiSpoofAuthenticationRequestTest.php @@ -2,6 +2,9 @@ use MediaWiki\Auth\AuthenticationRequestTestCase; +/** + * @covers AntiSpoofAuthenticationRequest + */ class AntiSpoofAuthenticationRequestTest extends AuthenticationRequestTestCase { protected function getInstance( array $args = [] ) { |