Skip to content

Commit d536116

Browse files
committed
fix: load mailmethod config
1 parent 93c851d commit d536116

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Codeception/Module/Yii2.php

+1
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@ private function configureClient(array $settings): void
368368
$client->recreateApplication = $settings['recreateApplication'];
369369
$client->closeSessionOnRecreateApplication = $settings['closeSessionOnRecreateApplication'];
370370
$client->applicationClass = $settings['applicationClass'];
371+
$client->mailMethod = $settings['mailMethod'];
371372
$client->resetApplication();
372373
}
373374

0 commit comments

Comments
 (0)