X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2Fconfig%2Ftests%2Fparameters_test.pgsql.yml;h=ea249324e0eff08518a1ba52c27ae4e391b25b71;hb=63fb9d6f07d8c92afa7fd8cd11960b366b3cf2f1;hp=3e18d4a0395f41fedced20f96fe9ee6241cb9e64;hpb=eb2d613c3ed95d741e987917f976da349ea240eb;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