Unverified Commit d507e677 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3092791 by andypost, Berdir: Fix wrong reference to testEscapeString()...

Issue #3092791 by andypost, Berdir: Fix wrong reference to testEscapeString() from SafeMarkupTest.php
parent 94493f36
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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.