X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fsystem%2Fsrc%2FTests%2FSystem%2FUncaughtExceptionTest.php;fp=web%2Fcore%2Fmodules%2Fsystem%2Fsrc%2FTests%2FSystem%2FUncaughtExceptionTest.php;h=c4218c6510b185a28f1f05526ef6d20ae59c6018;hp=b66837e1c7bd2eda1e7fe44de16258d0b4a2a10b;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/modules/system/src/Tests/System/UncaughtExceptionTest.php b/web/core/modules/system/src/Tests/System/UncaughtExceptionTest.php index b66837e1c..c4218c651 100644 --- a/web/core/modules/system/src/Tests/System/UncaughtExceptionTest.php +++ b/web/core/modules/system/src/Tests/System/UncaughtExceptionTest.php @@ -2,7 +2,6 @@ namespace Drupal\system\Tests\System; - use Drupal\simpletest\WebTestBase; /** @@ -200,7 +199,6 @@ class UncaughtExceptionTest extends WebTestBase { $this->drupalGet(''); $this->assertResponse(500); - $this->assertRaw('The website encountered an unexpected error'); $this->assertRaw($this->expectedExceptionMessage); $this->assertErrorLogged($this->expectedExceptionMessage);