Issue #3281996 by rpayanm, Fabianx: UncaughtExceptionTest is not working when using recommended-project
(cherry picked from commit f23ca85e42
)
merge-requests/2540/head
parent
30b945ba74
commit
42143debf9
|
@ -105,8 +105,8 @@ class UncaughtExceptionTest extends BrowserTestBase {
|
|||
$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…
Reference in New Issue