Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow setting theme name in Channel fixtures #5785

Merged

Conversation

gorkalaucirica
Copy link
Contributor

Q A
Bug fix? no
New feature? no
BC breaks? no
Related tickets no
License MIT

This PR enables the possibility to set the theme name in the fixtures as follows:

sylius_fixtures:
    suites:
        default:
            listeners:
                orm_purger: ~
                logger: ~

            fixtures:
                channel:
                    options:
                        custom:
                            us_web_store:
                                name: US Web Store
                                locales:
                                    - "%locale%"
                                currencies:
                                    - "%currency%"
                                shipping_methods:
                                    - ups
                                    - dhl_express
                                    - fedex
                                payment_methods:
                                    - cash_on_delivery
                                    - bank_transfer
                                theme_name: vendor/theme-name

@pamil
Copy link
Contributor

pamil commented Aug 16, 2016

👍

@pjedrzejewski pjedrzejewski merged commit b5c117a into Sylius:master Aug 16, 2016
@pjedrzejewski
Copy link
Member

Thanks Gorka! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants