diff --git a/core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php b/core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php index 6e84492..0b033cd 100644 --- a/core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php +++ b/core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php @@ -505,13 +505,12 @@ public function providerTestNoPath() { } /** - * @covers \Drupal\Core\Routing\UrlGenerator::calculateQueryOptions - * @covers \Drupal\Core\Routing\UrlGenerator::generatePathWithString + * @covers \Drupal\Core\Routing\UrlGenerator::generateFromRoute * * Note: We use absolute covers to let * \Drupal\Tests\Core\Render\MetadataBubblingUrlGeneratorTest work. */ - public function testGenerateWithPathProcessorChangingQueryParameter() { + public function testGenerateWithPathProcessorChaningQueryParameter() { $path_processor = $this->getMock(OutboundPathProcessorInterface::CLASS); $path_processor->expects($this->atLeastOnce()) ->method('processOutbound')