Home
last modified time | relevance | path

Searched refs:EVIL_VALUE (Results 1 – 2 of 2) sorted by relevance

/webtrees/tests/app/Elements/
H A DAbstractElementTestCase.php28 private const string EVIL_VALUE = '<script>evil()</script>';
52 $html = static::$element->value(self::EVIL_VALUE, $tree);
55 self::assertStringNotContainsStringIgnoringCase(self::EVIL_VALUE, $html, $message);
61 $html = static::$element->labelValue(self::EVIL_VALUE, $tree);
64 self::assertStringNotContainsStringIgnoringCase(self::EVIL_VALUE, $html, $message);
70 $html = static::$element->edit('id', 'name', self::EVIL_VALUE, $tree);
73 self::assertStringNotContainsStringIgnoringCase(self::EVIL_VALUE, $html, $message);
/webtrees/tests/views/
H A DAbstractViewTest.php30 protected const string EVIL_VALUE = '<script>evil()</script>';