coding-berlin / extra-promotions-plugin
Add extra promotions plugin for Sylius.
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 10
Forks: 3
Open Issues: 1
Type:sylius-plugin
Requires
- php: ^5.6|^7.0
- sylius/sylius: ^1.0.0@beta
Requires (Dev)
- behat/behat: ^3.3
- behat/mink: ^1.7
- behat/mink-browserkit-driver: ^1.3
- behat/mink-extension: ^2.2
- behat/mink-selenium2-driver: ^1.3
- friends-of-behat/context-service-extension: ^0.3
- friends-of-behat/cross-container-extension: ^0.2
- friends-of-behat/performance-extension: ^1.0
- friends-of-behat/service-container-extension: ^0.3
- friends-of-behat/symfony-extension: ^0.2.1
- friends-of-behat/variadic-extension: ^0.1
- lakion/mink-debug-extension: ^1.2.3
- phpspec/phpspec: ^3.2
- se/selenium-server-standalone: ^2.52
This package is not auto-updated.
Last update: 2020-01-24 16:40:16 UTC
README
Usage
- 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