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/Symfony.php
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,7 @@
86
86
* * `cache_router`: 'false' - Enable router caching between tests in order to [increase performance](http://lakion.com/blog/how-did-we-speed-up-sylius-behat-suite-with-blackfire)
87
87
* * `rebootable_client`: 'true' - Reboot client's kernel before each request
88
88
* * `guard`: 'false' - Enable custom authentication system with guard (only for Symfony 5.4)
89
+
* * `bootstrap`: 'false' - Enable the test environment setup with the tests/bootstrap.php file if it exists or with Symfony DotEnv otherwise. If false, it does nothing.
89
90
* * `authenticator`: 'false' - Reboot client's kernel before each request (only for Symfony 6.0 or higher)
0 commit comments