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 1188aa1 commit 0ef19b8Copy full SHA for 0ef19b8
src/Codeception/Module/Yii2.php
@@ -374,6 +374,7 @@ private function configureClient(array $settings): void
374
$client->closeSessionOnRecreateApplication = $settings['closeSessionOnRecreateApplication'];
375
$client->applicationClass = $settings['applicationClass'];
376
$client->mailMethod = $settings['mailMethod'];
377
+ $client->recreateComponents = $settings['recreateComponents'];
378
$client->resetApplication();
379
}
380
0 commit comments