[ '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>', ], ]; } /** * @dataProvider dataFormatNotify */ public function testFormatNotify(string $name, string $message, string $assertion) { self::assertEquals($assertion, Notify::formatMessage($name, $message)); } }