Skip to content

Commit 417a5c5

Browse files
authored
Merge pull request #4 from SaloEater/master
Codeception documentation specified this is true
2 parents 89ec2b3 + 488eca1 commit 417a5c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Module/Yii2.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ class Yii2 extends Framework implements ActiveRecord, MultiSession, PartedModule
189189
'fixturesMethod' => '_fixtures',
190190
'cleanup' => true,
191191
'ignoreCollidingDSN' => false,
192-
'transaction' => null,
192+
'transaction' => true,
193193
'entryScript' => '',
194194
'entryUrl' => 'http://localhost/index-test.php',
195195
'responseCleanMethod' => Yii2Connector::CLEAN_CLEAR,

0 commit comments

Comments
 (0)