新增phpunit

This commit is contained in:
JaguarJack
2020-06-18 10:50:38 +08:00
parent fcc6fd035d
commit 5a198f8f0b
5 changed files with 1814 additions and 2 deletions

View File

@@ -32,7 +32,8 @@
},
"require-dev": {
"symfony/var-dumper": "^4.2",
"topthink/think-trace":"^1.0"
"topthink/think-trace":"^1.0",
"phpunit/phpunit": "^8.5"
},
"autoload": {
"psr-4": {
@@ -43,6 +44,11 @@
"": "extend/"
}
},
"autoload-dev": {
"psr-4": {
"catchAdmin\\tests\\": "tests"
}
},
"config": {
"preferred-install": "dist"
},