Skip to content

Commit

Permalink
Test CMD
Browse files Browse the repository at this point in the history
  • Loading branch information
shadz3rg committed Nov 6, 2023
1 parent 9444a89 commit facd261
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"scripts": {
"codequality": "phpstan analyse -c phpstan.neon --level=max && php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --dry-run",
"cq": "@codequality",
"cs": "php-cs-fixer fix --config=.php-cs-fixer.dist.php -v"
"cs": "php-cs-fixer fix --config=.php-cs-fixer.dist.php -v",
"test": "phpunit --testsuite=Unit --coverage-html=coverage"
}
}

0 comments on commit facd261

Please sign in to comment.