You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,14 @@ use MonsieurBiz\SyliusSettingsPlugin\Provider\SettingsProviderInterface;
101
101
}
102
102
```
103
103
104
+
### Use fixtures
105
+
106
+
We've implemented a fixtures loader to help you to create your settings if you need to have different settings for your
107
+
tests or project (by channel, by locale…).
108
+
109
+
You need to create a yaml file with your fixtures, like explained in the documentation of Sylius.
110
+
You can find our own example in the source code, section `sylius_fixtures`: [configuration file](dist/config/packages/monsieurbiz_settings_plugin_custom.yaml).
111
+
104
112
## Contributing
105
113
106
114
You can find a way to run the plugin without effort in the file [DEVELOPMENT.md](./DEVELOPMENT.md).
0 commit comments