]> git.immae.eu Git - github/wallabag/wallabag.git/commit - build.xml
Move test parameters out of parameters.yml 1916/head
authorJeremy Benoist <jeremy.benoist@gmail.com>
Tue, 12 Apr 2016 20:00:26 +0000 (22:00 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Tue, 12 Apr 2016 20:14:22 +0000 (22:14 +0200)
commit86732aa01cf0ad0fb5279f38ce75a9bedbbb66e1
treeb0e35a7c53bc865bd2b437b1e8017003b1412363
parent443cff98405adfa7f27b5181f4aaa29bd7d050dc
Move test parameters out of parameters.yml

The end user doesn't care to about the test database.
app/config/config_test.yml
app/config/parameters.yml.dist
app/config/parameters_test.yml [new file with mode: 0644]
app/config/tests/parameters.yml.dist.mysql [deleted file]
app/config/tests/parameters.yml.dist.pgsql [deleted file]
app/config/tests/parameters.yml.dist.sqlite [deleted file]
app/config/tests/parameters_test.mysql.yml [new file with mode: 0644]
app/config/tests/parameters_test.pgsql.yml [new file with mode: 0644]
app/config/tests/parameters_test.sqlite.yml [new file with mode: 0644]
build.xml