]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/config_test.yml
Fix documentation wording for matches/notmatches tagging rules
[github/wallabag/wallabag.git] / app / config / config_test.yml
index 2fd489bea4a4ef1f0c1ed68562e84c22fdfe9645..fc067ff46892d2cf646f5dbad992d4d96574771b 100644 (file)
@@ -1,5 +1,6 @@
 imports:
     - { resource: config_dev.yml }
+    - { resource: parameters_test.yml }
 
 framework:
     test: ~
@@ -7,6 +8,8 @@ framework:
         storage_id: session.storage.mock_file
     profiler:
         collect: false
+    translator:
+        enabled: false
 
 web_profiler:
     toolbar: false
@@ -20,13 +23,15 @@ swiftmailer:
 doctrine:
     dbal:
         driver: "%test_database_driver%"
+        driver_class: "%test_database_driver_class%"
         host: "%test_database_host%"
         port: "%test_database_port%"
         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