diff --git a/core/modules/filter/src/Tests/FilterAdminTest.php b/core/modules/filter/src/Tests/FilterAdminTest.php index 1dccd5d..895c5f0 100644 --- a/core/modules/filter/src/Tests/FilterAdminTest.php +++ b/core/modules/filter/src/Tests/FilterAdminTest.php @@ -377,10 +377,10 @@ function testFilterTipHtmlEscape() { $this->drupalGet('filter/tips'); - $this->assertRaw('' . $link_as_code . ''); - $this->assertRaw('' . $link . ''); - $this->assertRaw('' . $ampersand_as_code . ''); - $this->assertRaw('' . $ampersand . ''); + $this->assertRaw('' . $link_as_code . ''); + $this->assertRaw('' . $link . ''); + $this->assertRaw('' . $ampersand_as_code . ''); + $this->assertRaw('' . $ampersand . ''); } }