Skip to content

Commit 39293ea

Browse files
authored
cache_router_doc_enhancement: fixed (#195)
1 parent 27e94c1 commit 39293ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Module/Symfony.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
* * `kernel_class`: 'App\Kernel' - Kernel class name
8484
* * `em_service`: 'doctrine.orm.entity_manager' - Use the stated EntityManager to pair with Doctrine Module.
8585
* * `debug`: true - Turn on/off [debug mode](https://codeception.com/docs/Debugging)
86-
* * `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)
86+
* * `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()')
8787
* * `rebootable_client`: 'true' - Reboot client's kernel before each request
8888
* * `guard`: 'false' - Enable custom authentication system with guard (only for Symfony 5.4)
8989
* * `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.

0 commit comments

Comments
 (0)