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 4df941f commit 619fb2dCopy full SHA for 619fb2d
src/Codeception/Lib/Connector/Yii2.php
@@ -377,7 +377,7 @@ public function doRequest(object $request): Response
377
// for exceptions not related to Http, we pass them to Codeception
378
throw $e;
379
}
380
- $response = $app->response;
+ $yiiResponse = $app->response;
381
382
383
$this->encodeCookies($yiiResponse, $yiiRequest, $app->security);
0 commit comments