]> git.mxchange.org Git - friendica.git/commitdiff
PHP-CS
authorPhilipp <admin@philipp.info>
Sun, 14 May 2023 18:34:42 +0000 (20:34 +0200)
committerPhilipp <admin@philipp.info>
Sun, 14 May 2023 18:34:42 +0000 (20:34 +0200)
tests/src/Navigation/Notifications/Entity/NotifyTest.php

index 8db0d3ae8204b9df7f63a9bb9748eeed4faac6df..fac8e4829352d363369b27604f91d27a420b3d6c 100644 (file)
@@ -30,8 +30,8 @@ class NotifyTest extends FixtureTest
        {
                return [
                        'xss-notify' => [
-                               'name' => 'Whiskers',
-                               'message' => '{0} commented in the thread "If my username causes a pop up in a piece of software, that softwar…" from <script>alert("Tek");</script>',
+                               'name'      => 'Whiskers',
+                               'message'   => '{0} commented in the thread "If my username causes a pop up in a piece of software, that softwar…" from <script>alert("Tek");</script>',
                                'assertion' => '<span class="contactname">Whiskers</span> commented in the thread &quot;If my username causes a pop up in a piece of software, that softwar…&quot; from &lt;script&gt;alert(&quot;Tek&quot;);&lt;/script&gt;',
                        ],
                ];