We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b7a5235 + 5919b90 commit 59ec7c7Copy full SHA for 59ec7c7
composer.json
@@ -79,7 +79,6 @@
79
"serve": "php -S 0.0.0.0:8080 -t public/",
80
"static-analysis": "phpstan analyse --memory-limit 1G",
81
"test": "phpunit --colors=always",
82
- "test-coverage": "phpunit --colors=always --coverage-clover clover.xml",
83
"twig-cs-check": "vendor/bin/twig-cs-fixer lint --config=config/twig-cs-fixer.php",
84
"twig-cs-fix": "vendor/bin/twig-cs-fixer lint --config=config/twig-cs-fixer.php --fix"
85
}
0 commit comments