diff --git a/core/modules/inline_form_errors/tests/src/Unit/FormErrorHandlerTest.php b/core/modules/inline_form_errors/tests/src/Unit/FormErrorHandlerTest.php index 0fc9712..0598173 100644 --- a/core/modules/inline_form_errors/tests/src/Unit/FormErrorHandlerTest.php +++ b/core/modules/inline_form_errors/tests/src/Unit/FormErrorHandlerTest.php @@ -15,14 +15,13 @@ /** * @coversDefaultClass \Drupal\inline_form_errors\FormErrorHandler - * @group Form + * @group InlineFormErrors */ class FormErrorHandlerTest extends UnitTestCase { /** * @covers ::handleFormErrors * @covers ::displayErrorMessages - * @covers ::buildErrorLinks */ public function testDisplayErrorMessagesInline() { $link_generator = $this->getMock(LinkGeneratorInterface::class); diff --git a/core/tests/Drupal/Tests/Core/Form/FormErrorHandlerTest.php b/core/tests/Drupal/Tests/Core/Form/FormErrorHandlerTest.php index 2c1fac7..c947934 100644 --- a/core/tests/Drupal/Tests/Core/Form/FormErrorHandlerTest.php +++ b/core/tests/Drupal/Tests/Core/Form/FormErrorHandlerTest.php @@ -19,7 +19,6 @@ class FormErrorHandlerTest extends UnitTestCase { /** * @covers ::handleFormErrors * @covers ::displayErrorMessages - * @covers ::buildErrorLinks */ public function testDisplayErrorMessages() { $form_error_handler = $this->getMockBuilder('Drupal\Core\Form\FormErrorHandler')