diff --git a/core/modules/system/lib/Drupal/system/Tests/System/ShutdownFunctionsTest.php b/core/modules/system/lib/Drupal/system/Tests/System/ShutdownFunctionsTest.php index d3a160e5ad70f38a157b594f081d1f67ad985519..bec5fa87a14bc2a7e939e4313713b7f18ff88821 100644 --- a/core/modules/system/lib/Drupal/system/Tests/System/ShutdownFunctionsTest.php +++ b/core/modules/system/lib/Drupal/system/Tests/System/ShutdownFunctionsTest.php @@ -41,6 +41,6 @@ function testShutdownFunctions() { // Make sure exceptions displayed through _drupal_render_exception_safe() // are correctly escaped. - $this->assertRaw('Drupal is &lt;blink&gt;awesome&lt;/blink&gt;.'); + $this->assertRaw('Drupal is <blink>awesome</blink>.'); } }