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
* * app_path: 'src' - in Symfony 4 Kernel is located inside `src`
72
-
* * environment: 'local' - environment used for load kernel
73
-
* * kernel_class: 'App\Kernel' - kernel class name
74
-
* * em_service: 'doctrine.orm.entity_manager' - use the stated EntityManager to pair with Doctrine Module.
75
-
* * debug: true - turn on/off debug mode
76
-
* * 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)
77
-
* * rebootable_client: 'true' - reboot client's kernel before each request
69
+
* * app_path: 'src' - Specify custom path to your app dir, where the kernel interface is located.
70
+
* * environment: 'local' - Environment used for load kernel
71
+
* * kernel_class: 'App\Kernel' - Kernel class name
72
+
* * em_service: 'doctrine.orm.entity_manager' - Use the stated EntityManager to pair with Doctrine Module.
73
+
* * debug: true - Turn on/off debug mode
74
+
* * 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)
75
+
* * rebootable_client: 'true' - Reboot client's kernel before each request
78
76
*
79
77
* #### Example (`functional.suite.yml`) - Symfony 4 Directory Structure
80
78
*
@@ -85,27 +83,6 @@
85
83
* environment: 'test'
86
84
*
87
85
*
88
-
* ### Symfony 3.x
89
-
*
90
-
* * app_path: 'app' - specify custom path to your app dir, where the kernel interface is located.
91
-
* * var_path: 'var' - specify custom path to your var dir, where bootstrap cache is located.
92
-
* * environment: 'local' - environment used for load kernel
93
-
* * kernel_class: 'AppKernel' - kernel class name
94
-
* * em_service: 'doctrine.orm.entity_manager' - use the stated EntityManager to pair with Doctrine Module.
95
-
* * debug: true - turn on/off debug mode
96
-
* * 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)
97
-
* * rebootable_client: 'true' - reboot client's kernel before each request
98
-
*
99
-
* #### Example (`functional.suite.yml`) - Symfony 3 Directory Structure
0 commit comments