Skip to content

Commit

Permalink
Merge pull request #15 from holtkamp/dev-patch-composer-scripts
Browse files Browse the repository at this point in the history
Add easy way to run PHPUnit
  • Loading branch information
goetas committed Apr 18, 2017
2 parents 91f838b + 2a05ae5 commit b3ea0d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,8 @@
"branch-alias" : {
"dev-master" : "0.2-dev"
}
},
"scripts": {
"test": "vendor/bin/phpunit"
}
}

0 comments on commit b3ea0d3

Please sign in to comment.