Skip to content

Commit

Permalink
feat(composer): Add alias for xdebug phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
ragusa87 committed Nov 29, 2024
1 parent 5c20348 commit 2f47e63
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@
"Composer\\Config::disableProcessTimeout",
"env XDEBUG_MODE=off ./vendor/bin/phpunit --colors=always"
],
"test-phpunit-xdebug": [
"Composer\\Config::disableProcessTimeout",
"env XDEBUG_MODE=debug XDEBUG_TRIGGER=1 ./vendor/bin/phpunit --colors=always"
],
"test": [
"@test-phpcs",
"@test-phpstan",
Expand Down

0 comments on commit 2f47e63

Please sign in to comment.