X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2Fconfig%2Ftests%2Fparameters_test.pgsql.yml;h=ea249324e0eff08518a1ba52c27ae4e391b25b71;hb=f80f16dfc858ec90da76daacd405b0cfdaa32f74;hp=3e18d4a0395f41fedced20f96fe9ee6241cb9e64;hpb=9313ea9d440e3f93a6bb2d8c0fb6717364cd27f5;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/config/tests/parameters_test.pgsql.yml b/app/config/tests/parameters_test.pgsql.yml index 3e18d4a0..ea249324 100644 --- a/app/config/tests/parameters_test.pgsql.yml +++ b/app/config/tests/parameters_test.pgsql.yml @@ -1,9 +1,11 @@ parameters: test_database_driver: pdo_pgsql + test_database_driver_class: Wallabag\CoreBundle\Doctrine\DBAL\Driver\CustomPostgreSQLDriver test_database_host: localhost test_database_port: test_database_name: wallabag_test test_database_user: travis test_database_password: ~ test_database_path: ~ + env(TEST_DATABASE_PATH): ~ test_database_charset: utf8