summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorVitor Mattos <vitor@php.rio>2023-01-25 12:29:55 -0300
committerVitor Mattos <vitor@php.rio>2023-01-25 12:29:55 -0300
commit7be4dbee10a5a156f007f1f21fd3db656300b5eb (patch)
tree88304ab87c198a57acf144a5c9bbada287ac99be /composer.json
parent3a8a6024a132f0caeb058f883293adb069799e28 (diff)
Update composer test:unit script
Signed-off-by: Vitor Mattos <vitor@php.rio>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index a42eb32fd..76e3f6049 100644
--- a/composer.json
+++ b/composer.json
@@ -39,7 +39,7 @@
"\"vendor/bin/mozart\" compose",
"composer dump-autoload"
],
- "test:unit": "vendor/bin/phpunit -c tests/php/phpunit.xml"
+ "test:unit": "vendor/bin/phpunit -c tests/php/phpunit.xml --color --fail-on-warning --fail-on-risky"
},
"require-dev": {
"nextcloud/ocp": "dev-master",