Skip to content

Commit

Permalink
cache_router_doc_enhancement: fixed (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtwent authored Jun 18, 2024
1 parent 27e94c1 commit 39293ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Codeception/Module/Symfony.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
* * `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)
* * `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) (can have an impact on ajax requests sending via '$I->sendAjaxPostRequest()')
* * `rebootable_client`: 'true' - Reboot client's kernel before each request
* * `guard`: 'false' - Enable custom authentication system with guard (only for Symfony 5.4)
* * `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.
Expand Down

0 comments on commit 39293ea

Please sign in to comment.