Skip to content

Commit

Permalink
Use env:SYLIUS_FIXTURES_THEME_NAME to set the theme in fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesbh committed Jul 8, 2020
1 parent cd3f2a1 commit 326ee07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ imports:

parameters:
env(SYLIUS_FIXTURES_HOSTNAME): 'localhost'
env(SYLIUS_FIXTURES_THEME_NAME): ~
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ sylius_fixtures:
- 'USD'
enabled: true
hostname: '%env(resolve:SYLIUS_FIXTURES_HOSTNAME)%'
theme_name: '%env(resolve:SYLIUS_FIXTURES_THEME_NAME)%'
shop_billing_data:
company: 'Sylius'
tax_id: '0001112222'
Expand Down

0 comments on commit 326ee07

Please sign in to comment.