]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/config_test.yml
Remove custom Postgres class
[github/wallabag/wallabag.git] / app / config / config_test.yml
index f5e2c25ead1bca8ccb1b9980fa48657f5c864c76..216f84316078b06734b5ff37543e787f183803e4 100644 (file)
@@ -1,6 +1,7 @@
 imports:
     - { resource: config_dev.yml }
     - { resource: parameters_test.yml }
+    - { resource: services_test.yml }
 
 framework:
     test: ~
@@ -29,7 +30,8 @@ doctrine:
         user: "%test_database_user%"
         password: "%test_database_password%"
         charset: "%test_database_charset%"
-        path: "%test_database_path%"
+        path: "%env(TEST_DATABASE_PATH)%"
+
     orm:
         metadata_cache_driver:
             type: service