diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-04-12 22:00:26 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-04-12 22:14:22 +0200 |
commit | 86732aa01cf0ad0fb5279f38ce75a9bedbbb66e1 (patch) | |
tree | b0e35a7c53bc865bd2b437b1e8017003b1412363 /app/config/config_test.yml | |
parent | 443cff98405adfa7f27b5181f4aaa29bd7d050dc (diff) | |
download | wallabag-86732aa01cf0ad0fb5279f38ce75a9bedbbb66e1.tar.gz wallabag-86732aa01cf0ad0fb5279f38ce75a9bedbbb66e1.tar.zst wallabag-86732aa01cf0ad0fb5279f38ce75a9bedbbb66e1.zip |
Move test parameters out of parameters.yml
The end user doesn't care to about the test database.
Diffstat (limited to 'app/config/config_test.yml')
-rw-r--r-- | app/config/config_test.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/config/config_test.yml b/app/config/config_test.yml index d43d872a..3eab6fb2 100644 --- a/app/config/config_test.yml +++ b/app/config/config_test.yml | |||
@@ -1,5 +1,6 @@ | |||
1 | imports: | 1 | imports: |
2 | - { resource: config_dev.yml } | 2 | - { resource: config_dev.yml } |
3 | - { resource: parameters_test.yml } | ||
3 | 4 | ||
4 | framework: | 5 | framework: |
5 | test: ~ | 6 | test: ~ |