diff options
Diffstat (limited to 'tests/phpunit/includes/content/JavaScriptContentHandlerIntegrationTest.php')
-rw-r--r-- | tests/phpunit/includes/content/JavaScriptContentHandlerIntegrationTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/phpunit/includes/content/JavaScriptContentHandlerIntegrationTest.php b/tests/phpunit/includes/content/JavaScriptContentHandlerIntegrationTest.php index 67cdd623a9ff..68a44275753c 100644 --- a/tests/phpunit/includes/content/JavaScriptContentHandlerIntegrationTest.php +++ b/tests/phpunit/includes/content/JavaScriptContentHandlerIntegrationTest.php @@ -4,6 +4,7 @@ * @group ContentHandler * @group Database * ^--- needed, because we do need the database to test link updates + * @covers \JavaScriptContentHandler */ class JavaScriptContentHandlerIntegrationTest extends TextContentHandlerIntegrationTest { public static function provideGetParserOutput() { |