aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/tests/parameters_test.pgsql.yml
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2017-12-12 12:14:40 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2017-12-12 12:14:40 +0100
commita1661af17c9054a6c399dd9d5220f8d6a5091fa2 (patch)
tree126a64f79b8b840b9b4c2b876f4da64eb5dc3f03 /app/config/tests/parameters_test.pgsql.yml
parentf209798368de66b4acd8b892fe71018ebb30c2da (diff)
downloadwallabag-a1661af17c9054a6c399dd9d5220f8d6a5091fa2.tar.gz
wallabag-a1661af17c9054a6c399dd9d5220f8d6a5091fa2.tar.zst
wallabag-a1661af17c9054a6c399dd9d5220f8d6a5091fa2.zip
Add custom driver & schema manager for PostgreSQL 10
Diffstat (limited to 'app/config/tests/parameters_test.pgsql.yml')
-rw-r--r--app/config/tests/parameters_test.pgsql.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/config/tests/parameters_test.pgsql.yml b/app/config/tests/parameters_test.pgsql.yml
index 60f51df6..ea249324 100644
--- a/app/config/tests/parameters_test.pgsql.yml
+++ b/app/config/tests/parameters_test.pgsql.yml
@@ -1,5 +1,6 @@
1parameters: 1parameters:
2 test_database_driver: pdo_pgsql 2 test_database_driver: pdo_pgsql
3 test_database_driver_class: Wallabag\CoreBundle\Doctrine\DBAL\Driver\CustomPostgreSQLDriver
3 test_database_host: localhost 4 test_database_host: localhost
4 test_database_port: 5 test_database_port:
5 test_database_name: wallabag_test 6 test_database_name: wallabag_test