Skip to content

Commit

Permalink
Fix composer script definitions with correct PHPUnit binary
Browse files Browse the repository at this point in the history
  • Loading branch information
benr77 committed Dec 14, 2024
1 parent 69389c0 commit 14ccce4
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 @@ -48,8 +48,8 @@
"cs": "vendor/bin/ecs check --ansi --config=ecs.php",
"cs-fix": "vendor/bin/ecs check --ansi --config=ecs.php --fix",
"static": "vendor/bin/phpstan analyze --ansi",
"test": "vendor/bin/simple-phpunit",
"test-coverage": "vendor/bin/simple-phpunit --coverage-html tests/_output/coverage"
"test": "vendor/bin/phpunit",
"test-coverage": "vendor/bin/phpunit --coverage-html tests/_output/coverage"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit 14ccce4

Please sign in to comment.