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:
@@ -13,5 +13,8 @@
|
||||
"classmap": [
|
||||
"lib/"
|
||||
]
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^9"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user