Skip to content

Commit 9cae736

Browse files
committed
setup phpunit for testing
1 parent 702fc64 commit 9cae736

File tree

3 files changed

+1661
-8
lines changed

3 files changed

+1661
-8
lines changed

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,9 @@
1515
"psr-4": {
1616
"Baghayi\\Skyroom\\": "src/"
1717
}
18+
},
19+
"require-dev": {
20+
"phpunit/phpunit": "^6.5",
21+
"mockery/mockery": "^1.2"
1822
}
1923
}

0 commit comments

Comments
 (0)