diff --git a/tests/src/Util/StringsTest.php b/tests/src/Util/StringsTest.php index 03bc88d74c..d090b1c5dd 100644 --- a/tests/src/Util/StringsTest.php +++ b/tests/src/Util/StringsTest.php @@ -78,7 +78,7 @@ class StringsTest extends TestCase $this->assertEquals('[submit type="button" onclick="alert(\'failed!\');" /]', $validstring); $this->assertEquals( - '<submit type="button" onclick="alert('failed!');" />', + "<submit type="button" onclick="alert('failed!');" />", $escapedString ); }