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 d05f06d commit 0f2bc10Copy full SHA for 0f2bc10
src/Codeception/Module/Yii2.php
@@ -154,7 +154,7 @@ class Yii2 extends Framework implements ActiveRecord, PartedModule
154
public function _initialize()
155
{
156
if ($this->config['transaction'] === null) {
157
- $this->config['transaction'] = $this->config['cleanup'];
+ $this->config['transaction'] = $this->backupConfig['transaction'] = $this->config['cleanup'];
158
}
159
160
if (!is_file(Configuration::projectDir() . $this->config['configFile'])) {
0 commit comments