From 07856ee6b4ef6c95bece8afa5937a4a8119a9d37 Mon Sep 17 00:00:00 2001 From: Philipp Date: Sun, 14 May 2023 20:34:42 +0200 Subject: [PATCH] PHP-CS --- tests/src/Navigation/Notifications/Entity/NotifyTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/src/Navigation/Notifications/Entity/NotifyTest.php b/tests/src/Navigation/Notifications/Entity/NotifyTest.php index 8db0d3ae8..fac8e4829 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>', ], ];