Skip to content

Commit

Permalink
Reduce the clutter from output for "composer tests"
Browse files Browse the repository at this point in the history
  • Loading branch information
thekabal committed Sep 25, 2021
1 parent 97f75ff commit 62e3291
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
},
"scripts": {
"tests": [
"vendor/bin/phpunit --dont-report-useless-tests tests",
"vendor/bin/phpunit --dont-report-useless-tests tests | tail -1",
"phpcs --standard=/opt/html/tki/vendor/bin/phpcs.xml --ignore=templates,vendor .",
"psalm --no-progress --no-suggestions -c vendor/bin/psalm.xml .",
"phpstan analyze --memory-limit=1G --no-progress --no-ansi -l 8 -c vendor/bin/phpstan.neon .",
"vendor/bin/local-php-security-checker --path=/opt/html/tki/"
"psalm --no-progress --no-suggestions -c vendor/bin/psalm.xml . | head -3 | tail -1",
"phpstan analyze --memory-limit=1G --no-progress --no-ansi -l 8 -c vendor/bin/phpstan.neon . | head -2 | tail -1",
"vendor/bin/local-php-security-checker --path=/opt/html/tki/ | head -4 | tail -1"
],
"disabled-due-to-php8-problems-tests": [
"phpmd . text /opt/html/tki/vendor/bin/phpmd.xml --exclude vendor/,templates/"
Expand Down

0 comments on commit 62e3291

Please sign in to comment.