PHP-CS
This commit is contained in:
parent
10aec7120a
commit
07856ee6b4
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ class NotifyTest extends FixtureTest
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
'xss-notify' => [
|
'xss-notify' => [
|
||||||
'name' => 'Whiskers',
|
'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>',
|
'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>',
|
'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…
Add table
Reference in a new issue