mirror of
https://github.com/ivuorinen/curly.git
synced 2026-02-16 10:49:24 +00:00
phpunit doesn't have --verbose anymore
This commit is contained in:
@@ -49,6 +49,6 @@
|
|||||||
"@composer normalize || true"
|
"@composer normalize || true"
|
||||||
],
|
],
|
||||||
"check": "vendor/bin/phpstan analyse src tests --level=5 --xdebug",
|
"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