X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Ftests%2FDrupal%2FTests%2FCore%2FRouting%2FUrlGeneratorTest.php;fp=web%2Fcore%2Ftests%2FDrupal%2FTests%2FCore%2FRouting%2FUrlGeneratorTest.php;h=1fc6aeaf4279f3ef3a354ccb341eef9098b5382c;hp=6c6d768a45632b363f897b4fc716e9a1055fe2ef;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php b/web/core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php index 6c6d768a4..1fc6aeaf4 100644 --- a/web/core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php +++ b/web/core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php @@ -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));