diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2018-11-26 20:02:15 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2018-11-28 22:04:54 +0100 |
commit | 1b6b77f02956a767fb3fa9825a7b97b4879f7d42 (patch) | |
tree | f457bd812b3aa805832dd77d8a9b247c50c60cf9 /app/config/config_test.yml | |
parent | db9b6d8d0d9f943fe321ea690701662dac828e94 (diff) | |
download | wallabag-1b6b77f02956a767fb3fa9825a7b97b4879f7d42.tar.gz wallabag-1b6b77f02956a767fb3fa9825a7b97b4879f7d42.tar.zst wallabag-1b6b77f02956a767fb3fa9825a7b97b4879f7d42.zip |
Remove custom Postgres class
Because PG > 10 is now supported by DBAL >= 2.6.0
Diffstat (limited to 'app/config/config_test.yml')
-rw-r--r-- | app/config/config_test.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/config/config_test.yml b/app/config/config_test.yml index 11e0feb7..216f8431 100644 --- a/app/config/config_test.yml +++ b/app/config/config_test.yml | |||
@@ -24,7 +24,6 @@ swiftmailer: | |||
24 | doctrine: | 24 | doctrine: |
25 | dbal: | 25 | dbal: |
26 | driver: "%test_database_driver%" | 26 | driver: "%test_database_driver%" |
27 | driver_class: "%test_database_driver_class%" | ||
28 | host: "%test_database_host%" | 27 | host: "%test_database_host%" |
29 | port: "%test_database_port%" | 28 | port: "%test_database_port%" |
30 | dbname: "%test_database_name%" | 29 | dbname: "%test_database_name%" |