2 merge requests!11185Issue #3477324 by andypost, alexpott: Fix usage of str_getcsv() and fgetcsv() for PHP 8.4,!9944Issue #3483353: Consider making the createCopy config action optionally fail...
@@ -859,7 +864,7 @@ public function testTemporaryUser(): void {
...
@@ -859,7 +864,7 @@ public function testTemporaryUser(): void {
/**
/**
* Make sure HTML tags are filtered out in the log overview links.
* Make sure HTML tags are filtered out in the log overview links.
*/
*/
publicfunctiontestOverviewLinks():void{
protectedfunctiontestOverviewLinks():void{
$this->drupalLogin($this->adminUser);
$this->drupalLogin($this->adminUser);
// cSpell:disable-next-line
// cSpell:disable-next-line
$this->generateLogEntries(1,['message'=>"<script>alert('foo');</script><strong>Lorem</strong> ipsum dolor sit amet, consectetur adipiscing & elit."]);
$this->generateLogEntries(1,['message'=>"<script>alert('foo');</script><strong>Lorem</strong> ipsum dolor sit amet, consectetur adipiscing & elit."]);