|
75 | 75 | *
|
76 | 76 | * ### Symfony 5.4 or higher
|
77 | 77 | *
|
78 |
| - * * app_path: 'src' - Specify custom path to your app dir, where the kernel interface is located. |
79 |
| - * * environment: 'local' - Environment used for load kernel |
80 |
| - * * kernel_class: 'App\Kernel' - Kernel class name |
81 |
| - * * em_service: 'doctrine.orm.entity_manager' - Use the stated EntityManager to pair with Doctrine Module. |
82 |
| - * * debug: true - Turn on/off debug mode |
83 |
| - * * 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) |
84 |
| - * * rebootable_client: 'true' - Reboot client's kernel before each request |
85 |
| - * * guard: 'false' - Enable custom authentication system with guard (only for Symfony 5.4) |
86 |
| - * * authenticator: 'false' - Reboot client's kernel before each request (only for Symfony 6.0 or higher) |
| 78 | + * * `app_path`: 'src' - Specify custom path to your app dir, where the kernel interface is located. |
| 79 | + * * `environment`: 'local' - Environment used for load kernel |
| 80 | + * * `kernel_class`: 'App\Kernel' - Kernel class name |
| 81 | + * * `em_service`: 'doctrine.orm.entity_manager' - Use the stated EntityManager to pair with Doctrine Module. |
| 82 | + * * `debug`: true - Turn on/off [debug mode](https://codeception.com/docs/Debugging) |
| 83 | + * * `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) |
| 84 | + * * `rebootable_client`: 'true' - Reboot client's kernel before each request |
| 85 | + * * `guard`: 'false' - Enable custom authentication system with guard (only for Symfony 5.4) |
| 86 | + * * `authenticator`: 'false' - Reboot client's kernel before each request (only for Symfony 6.0 or higher) |
87 | 87 | *
|
88 |
| - * #### Example (`functional.suite.yml`) - Symfony 4 Directory Structure |
| 88 | + * #### Sample `Functional.suite.yml` |
89 | 89 | *
|
90 | 90 | * modules:
|
91 | 91 | * enabled:
|
|
0 commit comments