Skip to content

Commit

Permalink
include output unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Oct 31, 2024
1 parent 0c8b519 commit 50bf33e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"cghooks": "vendor/bin/cghooks",
"style:check": "vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php --using-cache=no --verbose --ansi --diff --dry-run",
"style:fix": "vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php --using-cache=no --verbose --ansi",
"tests:unit": "vendor/bin/phpunit --testsuite=cache,configuration,finder",
"tests:unit": "vendor/bin/phpunit --testsuite=cache,configuration,finder,output",
"tests:e2e": "vendor/bin/phpunit --testsuite=e2e",
"tests:all": "vendor/bin/phpunit",
"lint:syntax": "./bin/phplint --ansi",
Expand All @@ -92,7 +92,7 @@
"scripts-descriptions": {
"style:check": "Run style checks (only dry run - no fixing!).",
"style:fix": "Run style checks and fix violations.",
"tests:unit": "Run unit tests on following components: cache, configuration, finder",
"tests:unit": "Run unit tests on following components: cache, configuration, finder, output",
"tests:e2e": "Run end to end tests",
"tests:all": "Run unit and end to end tests",
"lint:syntax": "Run PHPLint on it own source code",
Expand Down

0 comments on commit 50bf33e

Please sign in to comment.