Skip to content
Snippets Groups Projects
Commit f3dde8d7 authored by Krzysztof Dyszczyk's avatar Krzysztof Dyszczyk
Browse files

Fix for coverage and try new dockers

parent 3c90a193
Branches
Tags
No related merge requests found
......@@ -26,8 +26,8 @@
"scripts": {
"test": "echo composer is alive",
"phpcs": "phpcs",
"phpunit-unit": "phpunit --configuration phpunit-unit.xml",
"phpunit-integration": "phpunit --configuration phpunit-integration.xml",
"phpunit-unit": "phpunit --configuration phpunit-unit.xml --coverage-text --colors=never",
"phpunit-integration": "phpunit --configuration phpunit-integration.xml --coverage-text --colors=never",
"docs": "apigen generate"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment