Loading core/tests/Drupal/Tests/Component/Utility/SafeMarkupTest.php +2 −1 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
core/tests/Drupal/Tests/Component/Utility/SafeMarkupTest.php +2 −1 Original line number Diff line number Diff line Loading @@ -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. Loading