Skip to content

Commit

Permalink
Merge pull request #465 from slipo/doc-update
Browse files Browse the repository at this point in the history
Update docs for Symfony 4 sqlite database setup
  • Loading branch information
alexislefebvre committed Nov 7, 2018
2 parents 4dd5142 + 4b54521 commit 4a71c0c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/database.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ Tips for Fixture Loading Tests
# config/packages/test/doctrine.yaml
doctrine:
dbal:
url: "%kernel.cache_dir%/test.db"
driver: pdo_sqlite
path: "%kernel.cache_dir%/test.db"
url: null

NB: If you have an existing Doctrine configuration which uses slaves be sure to separate out the configuration for the slaves. Further detail is provided at the bottom of this README.

Expand Down

0 comments on commit 4a71c0c

Please sign in to comment.