coding-berlin/extra-promotions-plugin

This package is abandoned and no longer maintained. No replacement package was suggested.

Add extra promotions plugin for Sylius.

dev-master 2017-05-04 15:11 UTC

This package is not auto-updated.

Last update: 2020-01-24 16:40:16 UTC


README

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