Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-11-05 12:50:51 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-11-05 12:50:51 +0300
commita624f5b09f58cd831a825e00b4f683595d6fff16 (patch)
tree4213c0829161c7a4ac01a123fd5f655ad27b1204 /composer.json
parentc66068f9810e6f0620b7446be46f2add54d73163 (diff)
Add test scripts to composer.json
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index e77a84236..f49b99c2a 100644
--- a/composer.json
+++ b/composer.json
@@ -34,6 +34,11 @@
"christophwurst/nextcloud": "14.0.3",
"christophwurst/nextcloud_testing": "0.5.1"
},
+ "scripts": {
+ "test": "phpunit -c tests/phpunit.xml --fail-on-warning",
+ "test:unit": "phpunit -c tests/phpunit.xml tests --fail-on-warning",
+ "test:unit:dev": "phpunit -c tests/phpunit.xml tests --no-coverage --fail-on-warning"
+ },
"suggest": {
"phan/phan": "^0.10.0"
}