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
Copy file name to clipboardExpand all lines: src/Codeception/Module/Yii2.php
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -46,8 +46,9 @@
46
46
* * `recreateComponents` - (default: []) Some components change their state making them unsuitable for processing multiple requests. In production this is usually
47
47
* not a problem since web apps tend to die and start over after each request. This allows you to list application components that need to be recreated before each request.
48
48
* As a consequence, any components specified here should not be changed inside a test since those changes will get regarded.
49
-
* You can use this module by setting params in your functional.suite.yml:
50
49
* * `recreateApplication` - (default: false) whether to recreate the whole application before each request
50
+
* * `closeSessionOnRecreateApplication` - (default: true) whether to close the session in between requests inside a single test,
51
+
* * if recreateApplication is set to true
51
52
* You can use this module by setting params in your functional.suite.yml:
0 commit comments