]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Fix #1635: change database name for test environments (mysql/pgsql)
authorNicolas Lœuillet <nicolas.loeuillet@smile.fr>
Mon, 1 Feb 2016 12:22:34 +0000 (13:22 +0100)
committerNicolas Lœuillet <nicolas.loeuillet@smile.fr>
Mon, 1 Feb 2016 12:22:34 +0000 (13:22 +0100)
app/config/tests/parameters.yml.dist.mysql
app/config/tests/parameters.yml.dist.pgsql

index f902f239522942d7e3fa17d7bb7a77bc88727ebd..3b9262bbab2b35e7564e54c5b95f656923646cf3 100644 (file)
@@ -12,7 +12,7 @@ parameters:
     test_database_driver: pdo_mysql
     test_database_host: localhost
     test_database_port: 3306
-    test_database_name: wallabag
+    test_database_name: wallabag_test
     test_database_user: root
     test_database_password: ~
     test_database_path: ~
index 76685b141c42e0ddc642aa1a8b6a54d5f2ccd491..a5aef02803b6507782ade5f83347ea0742445d0b 100644 (file)
@@ -12,7 +12,7 @@ parameters:
     test_database_driver: pdo_pgsql
     test_database_host: localhost
     test_database_port:
-    test_database_name: wallabag
+    test_database_name: wallabag_test
     test_database_user: travis
     test_database_password: ~
     test_database_path: ~