We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61a98f3 commit f3d8340Copy full SHA for f3d8340
app/config/config_test.yml
@@ -21,7 +21,7 @@ web_profiler:
21
# In this case we just need to define a different path for the application database.
22
doctrine:
23
dbal:
24
- url: "%kernel.root_dir%/../var/data/blog_test.sqlite"
+ path: "%kernel.root_dir%/../var/data/blog_test.sqlite"
25
26
# this configuration simplifies testing URLs protected by the security mechanism
27
# See https://symfony.com/doc/current/cookbook/testing/http_authentication.html
0 commit comments