phpunit test must be installed in www/ folder
Because www folder is source base, if phpunit is installed outside it cannot find the classes
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"require-dev": {
|
||||
"phpstan/phpstan": "^1.9",
|
||||
"phan/phan": "^5.4",
|
||||
"phpunit/phpunit": "^9"
|
||||
"phan/phan": "^5.4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user