From: Philipp Date: Sun, 14 May 2023 18:34:42 +0000 (+0200) Subject: PHP-CS X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=07856ee6b4ef6c95bece8afa5937a4a8119a9d37;p=friendica.git PHP-CS --- diff --git a/tests/src/Navigation/Notifications/Entity/NotifyTest.php b/tests/src/Navigation/Notifications/Entity/NotifyTest.php index 8db0d3ae82..fac8e48293 100644 --- a/tests/src/Navigation/Notifications/Entity/NotifyTest.php +++ b/tests/src/Navigation/Notifications/Entity/NotifyTest.php @@ -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 ', + 'name' => 'Whiskers', + 'message' => '{0} commented in the thread "If my username causes a pop up in a piece of software, that softwar…" from ', 'assertion' => 'Whiskers commented in the thread "If my username causes a pop up in a piece of software, that softwar…" from <script>alert("Tek");</script>', ], ];