Skip to content

Commit 61c8b6a

Browse files
committed
adding phpunit for ease
1 parent 44e7757 commit 61c8b6a

File tree

2 files changed

+1289
-30
lines changed

2 files changed

+1289
-30
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"knplabs/github-api": "^1.4"
2424
},
2525
"require-dev": {
26-
"sensio/generator-bundle": "~2.3"
26+
"sensio/generator-bundle": "~2.3",
27+
"phpunit/phpunit": "^5.0"
2728
},
2829
"scripts": {
2930
"post-root-package-install": [

0 commit comments

Comments
 (0)