Skip to content

Commit 04e7239

Browse files
DavertMikNaktibalda
authored andcommitted
fixed universal connector
1 parent e7076fd commit 04e7239

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Codeception/Lib/Connector/Universal.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<?php
22
namespace Codeception\Lib\Connector;
33

4+
use Symfony\Component\BrowserKit\Client;
45
use Symfony\Component\BrowserKit\Response;
56

6-
class Universal extends Guzzle
7+
class Universal extends Client
78
{
89
protected $mockedResponse;
910

0 commit comments

Comments
 (0)