N°5513 Improve PHPUnit output to stdout

Will allow to see progress when looking at the Jenkins output
This commit is contained in:
Pierre Goiffon
2022-09-08 14:58:35 +02:00
parent 02a0969b53
commit 3bc12b0434
3 changed files with 44 additions and 8 deletions

View File

@@ -1,10 +1,6 @@
{
"require-dev": {
"phpunit/phpunit": "^8.5.23"
},
"autoload": {
"psr-4": {
"": "src/"
}
"phpunit/phpunit": "^8.5.23",
"sempro/phpunit-pretty-print": "^1.4"
}
}