Skip to content

Commit

Permalink
Fixed phpunit script
Browse files Browse the repository at this point in the history
  • Loading branch information
devnix committed Feb 23, 2021
1 parent 63bafa8 commit 99721ff
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 @@ -32,7 +32,7 @@
"scripts": {
"lint": "./vendor/bin/php-cs-fixer fix --diff --dry-run",
"phpstan": "./vendor/bin/phpstan analyse -l 4 src tests",
"phpunit": "./vendor/bin/phpunit",
"phpunit": "./vendor/bin/simple-phpunit",
"fix": "./vendor/bin/php-cs-fixer fix",
"test": [
"@composer run lint",
Expand Down

0 comments on commit 99721ff

Please sign in to comment.