Skip to content

Commit

Permalink
fix test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
berndalter-txb committed Oct 18, 2023
1 parent 1dde673 commit 09bf110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
}
},
"scripts": {
"tests": "vendor/bin/codecept run",
"tests": "vendor/bin/codecept run -g DeployTasksGeneratorTest && vendor/bin/codecept run",
"tests-coverage": "vendor/bin/phpunit --colors=always -c tests/phpunit.xml --coverage-text --coverage-html=tests/_output",
"phpstan": "vendor/bin/phpstan analyse",
"cs-check": "vendor/bin/phpcs -ps --standard=./config/codesniffer_ruleset.xml src/ tests/",
Expand Down

0 comments on commit 09bf110

Please sign in to comment.