Add some semblance of testing.

This commit is contained in:
2019-03-13 16:07:54 +01:00
parent 8e669e62f3
commit dd6baeff09
4 changed files with 46 additions and 2 deletions

View File

@@ -14,11 +14,17 @@
},
"require-dev": {
"phpro/grumphp": "^0.15.0",
"friendsofphp/php-cs-fixer": "^2.14"
"friendsofphp/php-cs-fixer": "^2.14",
"phpunit/phpunit": "^8.0"
},
"autoload": {
"psr-4": {
"FooBar\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"FooBar\\tests\\": "tests"
}
}
}