diff options
Diffstat (limited to 'tests/phpunit/includes/api/ApiCSPReportTest.php')
-rw-r--r-- | tests/phpunit/includes/api/ApiCSPReportTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/api/ApiCSPReportTest.php b/tests/phpunit/includes/api/ApiCSPReportTest.php index b5a7028b4b90..5dc4bbbe7f4c 100644 --- a/tests/phpunit/includes/api/ApiCSPReportTest.php +++ b/tests/phpunit/includes/api/ApiCSPReportTest.php @@ -6,7 +6,7 @@ use MediaWiki\Request\FauxRequest; /** * @group API * @group medium - * @covers ApiCSPReport + * @covers \ApiCSPReport */ class ApiCSPReportTest extends MediaWikiIntegrationTestCase { |