Customizing Fixtures
What are fixtures?
Fixture Basics
sylius_fixtures:
suites:
my_suite_name:
fixtures:
my_fixture: # Fixture key
priority: 0 # Lower numbers run later
options: ~ # Options passed to the fixtureWhy Customize Fixtures?
How to modify the existing Sylius fixtures?
Example: Modifying the Shop Configuration
Customizing Fixtures for Extended Models
Scenario: Adding deliveryConditions to ShippingMethod
deliveryConditions to ShippingMethodLearn more
Last updated
Was this helpful?
