Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 433 Bytes

File metadata and controls

24 lines (19 loc) · 433 Bytes

BitBag SyliusWishlistPlugin

Testing

composer install
cd tests/Application

Then:

yarn install
yarn dev
APP_ENV=test bin/console assets:install public
APP_ENV=test bin/console doctrine:schema:create
cd ../..
APP_ENV=test symfony server:start --port=8080 --dir=tests/Application/public --daemon
open https://localhost:8080
vendor/bin/behat
vendor/bin/phpspec run