diff --git a/core/tests/Drupal/Tests/Core/Form/FormElementHelperTest.php b/core/tests/Drupal/Tests/Core/Form/FormElementHelperTest.php index d4c0fb4..64b8705 100644 --- a/core/tests/Drupal/Tests/Core/Form/FormElementHelperTest.php +++ b/core/tests/Drupal/Tests/Core/Form/FormElementHelperTest.php @@ -23,7 +23,7 @@ class FormElementHelperTest extends UnitTestCase { /** * Tests the getElementByName() method. * - * @covers ::getElementByName() + * @covers ::getElementByName * * @dataProvider getElementByNameProvider */ @@ -46,7 +46,7 @@ public function getElementByNameProvider() { /** * Tests the getElementTitle() method. * - * @covers ::getElementTitle() + * @covers ::getElementTitle * * @dataProvider getElementTitleProvider */