Commit 2ba51580 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

test: ajout du code coverage.

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -86,7 +86,7 @@ ...@@ -86,7 +86,7 @@
"test:phpcpd": "@php vendor/bin/phpcpd src/php tests --no-interaction --fuzzy", "test:phpcpd": "@php vendor/bin/phpcpd src/php tests --no-interaction --fuzzy",
"test:phpstan": "@php vendor/bin/phpstan analyse --no-progress --no-interaction", "test:phpstan": "@php vendor/bin/phpstan analyse --no-progress --no-interaction",
"test:composer-require-checker": "@php -d xdebug.max_nesting_level=1000 vendor/bin/composer-require-checker --ignore-parse-errors", "test:composer-require-checker": "@php -d xdebug.max_nesting_level=1000 vendor/bin/composer-require-checker --ignore-parse-errors",
"test:phpunit": "@php vendor/bin/phpunit", "test:phpunit": "php -d zend_extension=xdebug.so -d xdebug.coverage_enable=1 vendor/bin/phpunit --colors=never --coverage-text",
"test:console": "@php tests/Fixtures/console doctrine:schema:validate --ansi --skip-sync", "test:console": "@php tests/Fixtures/console doctrine:schema:validate --ansi --skip-sync",
"test:generate": "@php tests/Fixtures/console ng-model:generate --ansi -vvv >/dev/null" "test:generate": "@php tests/Fixtures/console ng-model:generate --ansi -vvv >/dev/null"
}, },
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment