Skip to content

Instantly share code, notes, and snippets.

@melkorm
Created April 9, 2016 21:08
Show Gist options
  • Save melkorm/43bbad2b471da9bf7a316c610d9f8b14 to your computer and use it in GitHub Desktop.
Save melkorm/43bbad2b471da9bf7a316c610d9f8b14 to your computer and use it in GitHub Desktop.
test: composer # we want to run our tests with code coverage
vendor/bin/phpunit --coverage-text;
composer: # we want to install dependencies
composer install -o;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment