Skip to content

Commit f3d8340

Browse files
committed
Fixed an error
1 parent 61a98f3 commit f3d8340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/config/config_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ web_profiler:
2121
# In this case we just need to define a different path for the application database.
2222
doctrine:
2323
dbal:
24-
url: "%kernel.root_dir%/../var/data/blog_test.sqlite"
24+
path: "%kernel.root_dir%/../var/data/blog_test.sqlite"
2525

2626
# this configuration simplifies testing URLs protected by the security mechanism
2727
# See https://symfony.com/doc/current/cookbook/testing/http_authentication.html

0 commit comments

Comments
 (0)