Skip to content

Commit 17a1f5d

Browse files
committed
added phpunit tests
1 parent 2b05980 commit 17a1f5d

File tree

4 files changed

+1657
-7
lines changed

4 files changed

+1657
-7
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ validate:
66

77
lint:
88
composer exec --verbose phpcs -- --standard=PSR12 src bin
9+
10+
test:
11+
composer exec --verbose phpunit tests

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"docopt/docopt": "^1.0.6"
77
},
88
"require-dev": {
9-
"squizlabs/php_codesniffer": "^3.7"
9+
"squizlabs/php_codesniffer": "^3.7",
10+
"phpunit/phpunit": "^12.2.5"
1011
},
1112
"license": "MIT",
1213
"autoload": {

0 commit comments

Comments
 (0)