Security update for Core, with self-updated composer
[yaffs-website] / web / core / tests / Drupal / Tests / Core / Routing / UrlGeneratorTest.php
index 6c6d768a45632b363f897b4fc716e9a1055fe2ef..1fc6aeaf4279f3ef3a354ccb341eef9098b5382c 100644 (file)
@@ -211,7 +211,6 @@ class UrlGeneratorTest extends UnitTestCase {
       ->method('processOutbound')
       ->with($this->anything());
 
-
     // Check that the two generate methods return the same result.
     $this->assertGenerateFromRoute('test_1', [], [], $url, (new BubbleableMetadata())->setCacheMaxAge(Cache::PERMANENT));
 
@@ -232,7 +231,6 @@ class UrlGeneratorTest extends UnitTestCase {
       ->method('processOutbound')
       ->with($this->anything());
 
-
     // Check that the two generate methods return the same result.
     $this->assertGenerateFromRoute('test_1', [], [], $url, (new BubbleableMetadata())->setCacheMaxAge(Cache::PERMANENT));