We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 791a212 commit 23a8a68Copy full SHA for 23a8a68
src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php
@@ -11,6 +11,7 @@
11
12
namespace Symfony\Bundle\FrameworkBundle\Test;
13
14
+use Symfony\Bundle\FrameworkBundle\Client;
15
use Symfony\Bundle\FrameworkBundle\KernelBrowser;
16
use Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException;
17
@@ -35,7 +36,7 @@ protected function doTearDown(): void
35
36
* @param array $options An array of options to pass to the createKernel method
37
* @param array $server An array of server parameters
38
*
- * @return KernelBrowser A KernelBrowser instance
39
+ * @return Client A Client instance
40
*/
41
protected static function createClient(array $options = [], array $server = [])
42
{
0 commit comments