Skip to content
This repository was archived by the owner on Jul 15, 2019. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 908 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 908 Bytes

Sylius Plugin Skeleton License Version Build status on Linux Scrutinizer Quality Score

Usage

  1. Run composer create-project sylius/plugin-skeleton -s dev ProjectName.

Testing

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