Skip to content

Commit

Permalink
Fix Testing section in README (#7)
Browse files Browse the repository at this point in the history
Add composer script "test"
  • Loading branch information
bwaidelich committed Mar 22, 2024
1 parent b4aee6d commit 6dc678c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@
},
"scripts": {
"phpstan": "vendor/bin/phpstan",
"test": "vendor/bin/phpunit",
"all-checks": [
"phpunit",
"@test",
"@phpstan"
],
"benchmarks": "vendor/bin/phpbench run benchmarks --report=aggregate"
Expand Down

0 comments on commit 6dc678c

Please sign in to comment.