Skip to content

Commit

Permalink
Only change dbname instead of parameters name
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre RAMBAUD committed Nov 6, 2019
1 parent c790132 commit 8b85857
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/config/config_test.yml
@@ -1,7 +1,6 @@
parameters:
AdapterSecurityAdminClass: LegacyTests\PrestaShopBundle\Mock\AdapterSecurityAdminMock
prestashop.security.voter.product.class: LegacyTests\PrestaShopBundle\Mock\PageVoter
database_name: "test_prestashop"

imports:
- { resource: config_dev.yml }
Expand All @@ -23,3 +22,10 @@ swiftmailer:
services:
prestashop.bundle.routing.converter.cache:
class: Symfony\Component\Cache\Adapter\ArrayAdapter

# Doctrine Configuration
doctrine:
dbal:
connections:
default:
dbname: "test_%database_name%"

0 comments on commit 8b85857

Please sign in to comment.