Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 84e09ec

Browse files
committed
doc(fixtures): Update readme
1 parent 57ea789 commit 84e09ec

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,14 @@ use MonsieurBiz\SyliusSettingsPlugin\Provider\SettingsProviderInterface;
101101
}
102102
```
103103

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+
104112
## Contributing
105113

106114
You can find a way to run the plugin without effort in the file [DEVELOPMENT.md](./DEVELOPMENT.md).

0 commit comments

Comments
 (0)