diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2017-12-12 12:14:40 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2017-12-12 12:14:40 +0100 |
commit | a1661af17c9054a6c399dd9d5220f8d6a5091fa2 (patch) | |
tree | 126a64f79b8b840b9b4c2b876f4da64eb5dc3f03 /app/config/tests/parameters_test.pgsql.yml | |
parent | f209798368de66b4acd8b892fe71018ebb30c2da (diff) | |
download | wallabag-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.yml | 1 |
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 @@ | |||
1 | parameters: | 1 | parameters: |
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 |