aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/tests/parameters_test.mysql.yml
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2018-11-26 20:02:15 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2018-11-28 22:04:54 +0100
commit1b6b77f02956a767fb3fa9825a7b97b4879f7d42 (patch)
treef457bd812b3aa805832dd77d8a9b247c50c60cf9 /app/config/tests/parameters_test.mysql.yml
parentdb9b6d8d0d9f943fe321ea690701662dac828e94 (diff)
downloadwallabag-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/tests/parameters_test.mysql.yml')
-rw-r--r--app/config/tests/parameters_test.mysql.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/config/tests/parameters_test.mysql.yml b/app/config/tests/parameters_test.mysql.yml
index 0b7b82eb..36b227fb 100644
--- a/app/config/tests/parameters_test.mysql.yml
+++ b/app/config/tests/parameters_test.mysql.yml
@@ -1,6 +1,5 @@
1parameters: 1parameters:
2 test_database_driver: pdo_mysql 2 test_database_driver: pdo_mysql
3 test_database_driver_class: ~
4 test_database_host: localhost 3 test_database_host: localhost
5 test_database_port: 3306 4 test_database_port: 3306
6 test_database_name: wallabag_test 5 test_database_name: wallabag_test