]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/config_test.yml
Add multiple database tests on Travis
[github/wallabag/wallabag.git] / app / config / config_test.yml
index 4dca39d26f3dab80f9cb4d338c8d7fb4609fc395..2fd489bea4a4ef1f0c1ed68562e84c22fdfe9645 100644 (file)
@@ -19,9 +19,14 @@ swiftmailer:
 
 doctrine:
     dbal:
-        driver: pdo_sqlite
-        path: %kernel.root_dir%/../data/db/wallabag_test.sqlite
-        host: localhost
+        driver: "%test_database_driver%"
+        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%"
     orm:
         metadata_cache_driver:
             type: service