Skip to content

Commit

Permalink
Updated composer scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sreichel committed Sep 10, 2024
1 parent d9bb9af commit ca7c803
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@
"sort-packages": true
},
"scripts": {
"phpunit:test": "@php vendor/bin/phpunit --no-coverage \"$@\" --testdox",
"phpunit:coverage": "@php -XDEBUG_MODE=coverage vendor/bin/phpunit --testdox",
"phpunit:coverage-local": "@php -XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-html build/coverage --testdox"
"phpunit:test": "vendor/bin/phpunit --no-coverage \"$@\" --testdox",
"phpunit:coverage": "XDEBUG_MODE=coverage php vendor/bin/phpunit --testdox",
"phpunit:coverage-local": "XDEBUG_MODE=coverage php vendor/bin/phpunit --coverage-html build/coverage --testdox"
}
}

0 comments on commit ca7c803

Please sign in to comment.