Skip to content

nfq-eta/SyliusOrderCommentsPlugin

 
 

Repository files navigation

Sylius Order Comments Plugin

Build Status

Testing & Development

In order to run tests, execute following commands:

$ composer install
$ cd tests/Application
$ bin/console doctrine:schema:create --env test
$ vendor/bin/behat
$ vendor/bin/phpunit
$ vendor/bin/phpspec

In order to open test app in your browser, do the following:

$ composer install
$ cd tests/Application
$ yarn install
$ yarn run gulp
$ bin/console doctrine:schema:create --env test
$ bin/console server:start --env test
$ open http://127.0.0.1:8000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 83.6%
  • Gherkin 11.7%
  • HTML 3.6%
  • JavaScript 1.1%