mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Autoload wasn't working anymore, easy to see : just launch `php unittestautoload.php` (or see fatal errors when launching tests with your IDE)
11 lines
119 B
JSON
11 lines
119 B
JSON
{
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^8.5.23"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"": "src/"
|
|
}
|
|
}
|
|
}
|