phpunit doesn't have --verbose anymore

This commit is contained in:
Ismo Vuorinen
2023-03-09 14:41:33 +02:00
parent 7e67ef3c95
commit aeb2b08a82

View File

@@ -49,6 +49,6 @@
"@composer normalize || true"
],
"check": "vendor/bin/phpstan analyse src tests --level=5 --xdebug",
"test": "vendor/bin/phpunit --colors --verbose"
"test": "vendor/bin/phpunit --colors"
}
}