Skip to content

Commit 3f41b87

Browse files
ThomasLandauerTavoNiievez
authored andcommitted
Minor formating
1 parent e64f46f commit 3f41b87

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/Codeception/Module/Symfony.php

+10-10
Original file line numberDiff line numberDiff line change
@@ -75,17 +75,17 @@
7575
*
7676
* ### Symfony 5.4 or higher
7777
*
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)
8787
*
88-
* #### Example (`functional.suite.yml`) - Symfony 4 Directory Structure
88+
* #### Sample `Functional.suite.yml`
8989
*
9090
* modules:
9191
* enabled:

0 commit comments

Comments
 (0)