Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / system / src / Tests / System / UncaughtExceptionTest.php
index b66837e1c7bd2eda1e7fe44de16258d0b4a2a10b..c4218c6510b185a28f1f05526ef6d20ae59c6018 100644 (file)
@@ -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);