- Run
composer create-project sylius/plugin-skeleton -s dev ProjectName
.
In order to run Behat suites, execute following commands:
$ composer install
$ tests/Application/bin/console doctrine:database:create --env test
$ tests/Application/bin/console doctrine:schema:create --env test
$ vendor/bin/behat