mirror of
https://github.com/ivuorinen/curly.git
synced 2026-01-31 01:41:59 +00:00
phpunit doesn't have --verbose anymore
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user