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

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Paroz <github@oparoz.com>2015-08-16 23:21:47 +0300
committerOlivier Paroz <github@oparoz.com>2015-08-16 23:21:47 +0300
commit82443c07147301ebf015bbb948935b7518ff487d (patch)
treea639057138959051f13e13d79ccf7c12e834117c /composer.json
parent12416fc006bd11d12b0fca37316b4e07fa926d47 (diff)
Add code coverage report for api tests
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json13
1 files changed, 11 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index bc66ac4d..92cae7aa 100644
--- a/composer.json
+++ b/composer.json
@@ -29,8 +29,17 @@
"require-dev": {
"codeception/codeception": "2.1.*",
"codeception/phpbuiltinserver": "*",
+ "codeception/c3": "2.*",
"phpdocumentor/phpdocumentor": "^2.8",
- "jakub-onderka/php-parallel-lint": "0.*",
- "jakub-onderka/php-console-highlighter": "0.*"
+ "jakub-onderka/php-parallel-lint": "0.*",
+ "jakub-onderka/php-console-highlighter": "0.*"
+ },
+ "scripts": {
+ "post-install-cmd": [
+ "Codeception\\c3\\Installer::copyC3ToRoot"
+ ],
+ "post-update-cmd": [
+ "Codeception\\c3\\Installer::copyC3ToRoot"
+ ]
}
}