Loading core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php +2 −2 Original line number Diff line number Diff line Loading @@ -103,8 +103,8 @@ public function testUncaughtFatalError() { $this->assertSession()->responseContains((string) $message); $this->assertSession()->responseContains('<pre class="backtrace">'); // Ensure we are escaping but not double escaping. $this->assertSession()->responseContains('''); $this->assertSession()->responseNotContains('&#039;'); $this->assertSession()->responseContains('>'); $this->assertSession()->responseNotContains('&gt;'); } /** Loading Loading
core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php +2 −2 Original line number Diff line number Diff line Loading @@ -103,8 +103,8 @@ public function testUncaughtFatalError() { $this->assertSession()->responseContains((string) $message); $this->assertSession()->responseContains('<pre class="backtrace">'); // Ensure we are escaping but not double escaping. $this->assertSession()->responseContains('''); $this->assertSession()->responseNotContains('&#039;'); $this->assertSession()->responseContains('>'); $this->assertSession()->responseNotContains('&gt;'); } /** Loading