diff options
author | Jérémy Benoist <j0k3r@users.noreply.github.com> | 2017-12-13 13:50:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-13 13:50:15 +0100 |
commit | 70265817aee257e7e635eda79ce3e037e3b4a242 (patch) | |
tree | 597e166497ba87778f48053cb4c7747405e280b1 /app/config/tests/parameters_test.pgsql.yml | |
parent | 08d6497c9cfeb107ff9781c46bac6368f3f92c9f (diff) | |
parent | 2e9747a59a6011622588829e4605af3710b61a21 (diff) | |
download | wallabag-70265817aee257e7e635eda79ce3e037e3b4a242.tar.gz wallabag-70265817aee257e7e635eda79ce3e037e3b4a242.tar.zst wallabag-70265817aee257e7e635eda79ce3e037e3b4a242.zip |
Merge pull request #3488 from wallabag/pg-10
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 |