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
@voronkovich Try url: sqlite:%kernel.root_dir%/../var/data/blog_test.sqlite and then run bin/console debug:config doctrine -e=test to see if this value is showing up.
if you define both the URL and the path in your config, the URL wins in Doctrine DBAL. So you would have to overwrite it using the URL in config_test.yml
https://github.com/symfony/symfony-demo/blob/master/app/config/config.yml#L65
https://github.com/symfony/symfony-demo/blob/master/app/config/config_test.yml#L24
The text was updated successfully, but these errors were encountered: