Skip to content

Commit 97080e1

Browse files
authored
Merge pull request #480 from BitBagCommerce/OP-151-update-for-docs
OP-151 - adds update explaining usage of fixtures in more details
2 parents 67189a5 + d5d1983 commit 97080e1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

doc/fixtures.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ some necessary data in YAML file, which you can load to your database.
66
If you are not familiar with the Sylius fixtures concept yet, please
77
read [this documentation page](http://docs.sylius.com/en/1.2/book/architecture/fixtures.html).
88

9+
910
## General usage
1011

11-
Just take a look at [this](../tests/Application/config/packages/bitbag_sylius_cms_plugin.yml) file.
12+
As you can see in [here](../tests/Application/config/packages/bitbag_sylius_cms_plugin.yml), cms fixtures are configured to be run under `default` suite. It means that after installing plugin all you need to do is run `bin/console sylius:fixtures:load` and all of cms fixtures will load as well.

0 commit comments

Comments
 (0)