Files
iTop/test/composer.json
Pierre Goiffon cb39541e2a N°3091 Update PHPUnit to 8.5 : composer and base files
Autoload wasn't working anymore, easy to see : just launch `php unittestautoload.php` (or see fatal errors when launching tests with your IDE)
2022-04-21 10:47:30 +02:00

11 lines
119 B
JSON

{
"require-dev": {
"phpunit/phpunit": "^8.5.23"
},
"autoload": {
"psr-4": {
"": "src/"
}
}
}