feat: add unit test action (#2)

This commit is contained in:
Damien Retzinger
2022-06-25 16:39:58 -04:00
committed by GitHub
parent 4bc0854cfc
commit 72b1f25310
4 changed files with 112 additions and 0 deletions
+6
View File
@@ -9,6 +9,9 @@
"email": "damienwebdev@gmail.com"
}
],
"scripts": {
"test": "./vendor/bin/phpunit Test/Unit"
},
"archive": {
"exclude": [
"/docs",
@@ -37,5 +40,8 @@
"config": {
"preferred-install": "dist",
"sort-packages": true
},
"require-dev": {
"phpunit/phpunit": "^9.5"
}
}