# all packages
bin/phpunit
# single package
bin/phpunit user-bundle# all packages
bin/cs
# single package
bin/cs user-bundle# all packages
bin/sa
# single package
bin/sa user-bundleTo checkout another open pull request from this repository use:
bin/pr <pr-number>It will add a new git remote github-pr-XXX pointing to the author's SSH URL and checkout their branch locally using the same name.
To setup a test project use:
bin/create-projectIt will create a new Symfony skeleton application and ask you which bundles to install.