Skip to content

Minor formating #179

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions src/Codeception/Module/Symfony.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,17 +75,17 @@
*
* ### Symfony 5.4 or higher
*
* * app_path: 'src' - Specify custom path to your app dir, where the kernel interface is located.
* * environment: 'local' - Environment used for load kernel
* * kernel_class: 'App\Kernel' - Kernel class name
* * em_service: 'doctrine.orm.entity_manager' - Use the stated EntityManager to pair with Doctrine Module.
* * debug: true - Turn on/off debug mode
* * 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)
* * rebootable_client: 'true' - Reboot client's kernel before each request
* * guard: 'false' - Enable custom authentication system with guard (only for Symfony 5.4)
* * authenticator: 'false' - Reboot client's kernel before each request (only for Symfony 6.0 or higher)
* * `app_path`: 'src' - Specify custom path to your app dir, where the kernel interface is located.
* * `environment`: 'local' - Environment used for load kernel
* * `kernel_class`: 'App\Kernel' - Kernel class name
* * `em_service`: 'doctrine.orm.entity_manager' - Use the stated EntityManager to pair with Doctrine Module.
* * `debug`: true - Turn on/off [debug mode](https://codeception.com/docs/Debugging)
* * `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)
* * `rebootable_client`: 'true' - Reboot client's kernel before each request
* * `guard`: 'false' - Enable custom authentication system with guard (only for Symfony 5.4)
* * `authenticator`: 'false' - Reboot client's kernel before each request (only for Symfony 6.0 or higher)
*
* #### Example (`functional.suite.yml`) - Symfony 4 Directory Structure
* #### Sample `Functional.suite.yml`
*
* modules:
* enabled:
Expand Down