Skip to content

Commit 1123e9b

Browse files
committed
minor #627 Remove forced configuration for tests environment (yceruto)
This PR was merged into the master branch. Discussion ---------- Remove forced configuration for tests environment We can configure the test database file in `phpunit.xml.dist` and keep it simple. Commits ------- b27b1c6 Remove forced configuration for tests environment
2 parents 1fc329c + b27b1c6 commit 1123e9b

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

config/packages/test/doctrine.yaml

Lines changed: 0 additions & 9 deletions
This file was deleted.

phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
Environment variable not found: "APP_SECRET".
1919
-->
2020
<env name="APP_SECRET" value="5a79a1c866efef9ca1800f971d689f3e"/>
21+
<env name="DATABASE_URL" value="sqlite:///var/data/blog_test.sqlite"/>
2122
</php>
2223

2324
<testsuites>

0 commit comments

Comments
 (0)