To speed up symfony instalation and testing use package.json
{ "scripts":{ "install":"git clone https://github.com/nikola-bodrozic/sym28-patterns sym28 && cd sym28 && composer install && mysql -u root -p test < database.sql", "test":"cd sym28 && php phpunit-5.7.phar -c app/" } }
in console run
npm install npm test
No comments:
Post a Comment