]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Util/StringsTest.php
Merge pull request #7785 from nupplaphil/bug/7676-is_file_warning
[friendica.git] / tests / src / Util / StringsTest.php
index 03bc88d74c75457ccb61444b144294bdcd69efaa..d090b1c5dd3a088f9dad89a5323616c3f0cce2e5 100644 (file)
@@ -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
                );
        }