Skip to content

Commit

Permalink
Merge pull request #18 from jazzdan/patch-1
Browse files Browse the repository at this point in the history
Add `composer test` command
  • Loading branch information
tomhv authored Dec 20, 2016
2 parents 4438d81 + 6ee62df commit 1512eaf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@
"psr-4": {
"Phospr\\": "src"
}
}
},
"scripts": {
"test": "phpunit tests"
}
}

0 comments on commit 1512eaf

Please sign in to comment.