You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* * `entryScript` - front script title (like: index-test.php). If not set - taken from entryUrl.
25
-
* * `cleanup` - (default: true) wrap all database connection inside a transaction and roll it back after the test. Should be disabled for acceptance testing..
25
+
* * `transaction` - (default: true) wrap all database connection inside a transaction and roll it back after the test. Should be disabled for acceptance testing..
26
+
* * `cleanup` - (default: true) cleanup fixtures after the test
26
27
*
27
28
* You can use this module by setting params in your functional.suite.yml:
28
29
*
@@ -77,7 +78,8 @@
77
78
* - Yii2:
78
79
* configFile: 'config/test.php'
79
80
* part: ORM # allow to use AR methods
80
-
* cleanup: false # don't wrap test in transaction
81
+
* transaction: false # don't wrap test in transaction
0 commit comments