diff --git a/core/tests/Drupal/Tests/Listeners/DrupalStandardsListenerDeprecationTest.php b/core/tests/Drupal/Tests/Listeners/DrupalStandardsListenerDeprecationTest.php index 05696a6239..1455c72669 100644 --- a/core/tests/Drupal/Tests/Listeners/DrupalStandardsListenerDeprecationTest.php +++ b/core/tests/Drupal/Tests/Listeners/DrupalStandardsListenerDeprecationTest.php @@ -12,6 +12,8 @@ * covering a deprecated class. This way we can know whether the standards * listener process handles deprecation errors properly. * + * @group Listeners + * * @coversDefaultClass \Drupal\system\Deprecation\FixtureDeprecatedClass */ class DrupalStandardsListenerDeprecationTest extends UnitTestCase {