PHP-CS
This commit is contained in:
parent
10aec7120a
commit
07856ee6b4
|
@ -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 "If my username causes a pop up in a piece of software, that softwar…" from <script>alert("Tek");</script>',
|
||||
],
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue
Block a user