Skip to content

Commit 4f6c136

Browse files
ISSUE-83: Use test DB
1 parent d6f7dab commit 4f6c136

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

config/packages/doctrine.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ when@test:
3232
dbal:
3333
# "TEST_TOKEN" is typically set by ParaTest
3434
dbname_suffix: '_test%env(default::TEST_TOKEN)%'
35+
url: 'sqlite:///%kernel.project_dir%/tests/strava.db?charset=utf8mb4'
3536

3637
when@prod:
3738
doctrine:

tests/strava.db

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)