diff --git a/tests/src/Functional/HandlePdfControllerTest.php b/tests/src/Functional/HandlePdfControllerTest.php
index 9e3b7082a9ac62c2af681a9ad245836ff412638e..9f948ec552644abaaccce426046ba17f09d33e71 100644
--- a/tests/src/Functional/HandlePdfControllerTest.php
+++ b/tests/src/Functional/HandlePdfControllerTest.php
@@ -8,10 +8,11 @@ use Drupal\file\Entity\File;
 use Symfony\Component\HttpFoundation\ResponseHeaderBag;
 
 /**
- * @coversDefaultClass \Drupal\fillpdf\Controller\HandlePdfController
+ * Test HandlePdfController.
  *
- * Also covers \Drupal\fillpdf\Plugin\FillPdfActionPlugin
- * and \Drupal\fillpdf\OutputHandler.
+ * Covers \Drupal\fillpdf\Controller\HandlePdfController,
+ * \Drupal\fillpdf\Plugin\FillPdfActionPlugin, and
+ * \Drupal\fillpdf\OutputHandler.
  *
  * @group fillpdf
  *