From 23a8a68d59d2bc9c251f985ccacb7faed9e078c5 Mon Sep 17 00:00:00 2001 From: Teoh Han Hui Date: Thu, 27 Jun 2019 12:22:39 +0200 Subject: [PATCH] [FrameworkBundle] Fix BC break on WebTestCase::createClient --- src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php b/src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php index 09ab5eeb66498..fe78e0e0c3885 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php +++ b/src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php @@ -11,6 +11,7 @@ namespace Symfony\Bundle\FrameworkBundle\Test; +use Symfony\Bundle\FrameworkBundle\Client; use Symfony\Bundle\FrameworkBundle\KernelBrowser; use Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException; @@ -35,7 +36,7 @@ protected function doTearDown(): void * @param array $options An array of options to pass to the createKernel method * @param array $server An array of server parameters * - * @return KernelBrowser A KernelBrowser instance + * @return Client A Client instance */ protected static function createClient(array $options = [], array $server = []) { pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy