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

github.com/nextcloud/calendar.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Ehrke <developer@georgehrke.com>2020-03-31 15:32:42 +0300
committerGeorg Ehrke <developer@georgehrke.com>2020-03-31 17:03:33 +0300
commit6e34f162b7ac6e5ef08f35d46fb6796304f2b8e5 (patch)
tree62b6b6187d665283417ac22c4ac00fd3754fdf4b /composer.json
parent78e4faac65f78d8664796f16f56016a03d920f0b (diff)
Report test coverage for PHP
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
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 51b7a7c0..d8f723aa 100644
--- a/composer.json
+++ b/composer.json
@@ -15,6 +15,6 @@
"scripts": {
"lint": "find . -name \\*.php -not -path './vendor/*' -exec php -l \"{}\" \\;",
"phan": "phan --allow-polyfill-parser -k .phan/config.php",
- "test": "phpunit --bootstrap tests/php/unit/bootstrap.php tests/php/unit/ --fail-on-warning"
+ "test": "phpunit --configuration tests/php/phpunit.unit.xml --fail-on-warning"
}
}