Skip to content

Commit 59ec7c7

Browse files
authored
Merge pull request #37 from dotkernel/issue-36
Issue #36: Removed `test-coverage` Composer script
2 parents b7a5235 + 5919b90 commit 59ec7c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@
7979
"serve": "php -S 0.0.0.0:8080 -t public/",
8080
"static-analysis": "phpstan analyse --memory-limit 1G",
8181
"test": "phpunit --colors=always",
82-
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml",
8382
"twig-cs-check": "vendor/bin/twig-cs-fixer lint --config=config/twig-cs-fixer.php",
8483
"twig-cs-fix": "vendor/bin/twig-cs-fixer lint --config=config/twig-cs-fixer.php --fix"
8584
}

0 commit comments

Comments
 (0)