File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ public function _initialize()
190
190
/**
191
191
* Initialize new client instance before each test
192
192
*/
193
- public function _before (\Codeception \TestCase $ test )
193
+ public function _before (\Codeception \TestInterface $ test )
194
194
{
195
195
$ this ->persistentServices = array_merge ($ this ->persistentServices , $ this ->permanentServices );
196
196
$ this ->client = new Symfony2Connector ($ this ->kernel , $ this ->persistentServices , $ this ->config ['rebootable_client ' ]);
@@ -199,7 +199,7 @@ public function _before(\Codeception\TestCase $test)
199
199
/**
200
200
* Update permanent services after each test
201
201
*/
202
- public function _after (\Codeception \TestCase $ test )
202
+ public function _after (\Codeception \TestInterface $ test )
203
203
{
204
204
foreach ($ this ->permanentServices as $ serviceName => $ service ) {
205
205
$ this ->permanentServices [$ serviceName ] = $ this ->grabService ($ serviceName );
You can’t perform that action at this time.
0 commit comments