]> 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 3eab6fb2848f5afccf9c8b6b76ded8a8b845aa93..216f84316078b06734b5ff37543e787f183803e4 100644 (file)
@@ -1,6 +1,7 @@
 imports:
     - { resource: config_dev.yml }
     - { resource: parameters_test.yml }
+    - { resource: services_test.yml }
 
 framework:
     test: ~
@@ -28,8 +29,9 @@ doctrine:
         dbname: "%test_database_name%"
         user: "%test_database_user%"
         password: "%test_database_password%"
-        charset: UTF8
-        path: "%test_database_path%"
+        charset: "%test_database_charset%"
+        path: "%env(TEST_DATABASE_PATH)%"
+
     orm:
         metadata_cache_driver:
             type: service