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()
190190 /**
191191 * Initialize new client instance before each test
192192 */
193- public function _before (\Codeception \TestCase $ test )
193+ public function _before (\Codeception \TestInterface $ test )
194194 {
195195 $ this ->persistentServices = array_merge ($ this ->persistentServices , $ this ->permanentServices );
196196 $ this ->client = new Symfony2Connector ($ this ->kernel , $ this ->persistentServices , $ this ->config ['rebootable_client ' ]);
@@ -199,7 +199,7 @@ public function _before(\Codeception\TestCase $test)
199199 /**
200200 * Update permanent services after each test
201201 */
202- public function _after (\Codeception \TestCase $ test )
202+ public function _after (\Codeception \TestInterface $ test )
203203 {
204204 foreach ($ this ->permanentServices as $ serviceName => $ service ) {
205205 $ this ->permanentServices [$ serviceName ] = $ this ->grabService ($ serviceName );
You can’t perform that action at this time.
0 commit comments