X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Ftests%2FDrupal%2FTests%2FCore%2FEventSubscriber%2FRedirectResponseSubscriberTest.php;h=8659a6f12647a58e1879758339bdc1b421f9f288;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=08c1a6cc93d4f27cef145b57836dbdd5e28b0e7a;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php b/web/core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php index 08c1a6cc9..8659a6f12 100644 --- a/web/core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php +++ b/web/core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php @@ -67,7 +67,7 @@ class RedirectResponseSubscriberTest extends UnitTestCase { /** * Test destination detection and redirection. * - * @param Request $request + * @param \Symfony\Component\HttpFoundation\Request $request * The request object with destination query set. * @param string|bool $expected * The expected target URL or FALSE.