diff --git a/core/tests/Drupal/Tests/Component/Utility/SafeMarkupTest.php b/core/tests/Drupal/Tests/Component/Utility/SafeMarkupTest.php index 4e2850fe23..7de1a39eea 100644 --- a/core/tests/Drupal/Tests/Component/Utility/SafeMarkupTest.php +++ b/core/tests/Drupal/Tests/Component/Utility/SafeMarkupTest.php @@ -86,9 +86,10 @@ public function testHtmlEscapedText($text, $expected, $message) { } /** - * Data provider for testCheckPlain() and testEscapeString(). + * Data provider for testCheckPlain() and testHtmlEscapedText(). * * @see testCheckPlain() + * @see testHtmlEscapedText() */ public function providerCheckPlain() { // Checks that invalid multi-byte sequences are escaped.