Initial unit tests, code cleanup

This commit is contained in:
2022-10-31 00:42:29 +01:00
parent abde48640f
commit d0956f851c
13 changed files with 180 additions and 24 deletions
+5 -2
View File
@@ -14,6 +14,9 @@
"email": "cvagnetoft@gmail.com"
}
],
"require": {},
"bin": [ "bin/dataset-info" ]
"bin": [ "bin/dataset-info" ],
"require-dev": {
"phpunit/phpunit": "^9.5",
"phpstan/phpstan": "^1.8"
}
}