You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* ssl_cipher - list of one or more permissible ciphers to use for SSL encryption (MySQL specific, @seehttps://php.net/manual/de/ref.pdo-mysql.php#pdo.constants.mysql-attr-cipher)
70
+
* ssl_key - path to the SSL key (MySQL specific, @seehttp://php.net/manual/de/ref.pdo-mysql.php#pdo.constants.mysql-attr-key)
71
+
* ssl_cert - path to the SSL certificate (MySQL specific, @seehttp://php.net/manual/de/ref.pdo-mysql.php#pdo.constants.mysql-attr-ssl-cert)
72
+
* ssl_ca - path to the SSL certificate authority (MySQL specific, @seehttp://php.net/manual/de/ref.pdo-mysql.php#pdo.constants.mysql-attr-ssl-ca)
* ssl_cipher - list of one or more permissible ciphers to use for SSL encryption (MySQL specific, @seehttp://php.net/manual/de/ref.pdo-mysql.php#pdo.constants.mysql-attr-cipher)
75
75
* databases - include more database configs and switch between them in tests.
76
76
* initial_queries - list of queries to be executed right after connection to the database has been initiated, i.e. creating the database if it does not exist or preparing the database collation
77
77
* skip_cleanup_if_failed - Do not perform the cleanup if the tests failed. If this is used, manual cleanup might be required when re-running
Copy file name to clipboardExpand all lines: docs/modules/Symfony.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ and [HttpKernel Component](https://symfony.com/doc/current/components/http_kerne
54
54
* kernel_class: 'App\Kernel' - Kernel class name
55
55
* em_service: 'doctrine.orm.entity_manager' - Use the stated EntityManager to pair with Doctrine Module.
56
56
* debug: true - Turn on/off debug mode
57
-
* cache_router: 'false' - Enable router caching between tests in order to [increase performance](https://lakion.com/blog/how-did-we-speed-up-sylius-behat-suite-with-blackfire)
57
+
* 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)
58
58
* rebootable_client: 'true' - Reboot client's kernel before each request
59
59
* guard: 'false' - Enable custom authentication system with guard (only for 4.x and 5.x versions of the symfony)
60
60
* authenticator: 'false' - Reboot client's kernel before each request (only for 6.x versions of the symfony)
0 commit comments