Skip to content

Commit 99721ff

Browse files
committed
Fixed phpunit script
1 parent 63bafa8 commit 99721ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"scripts": {
3333
"lint": "./vendor/bin/php-cs-fixer fix --diff --dry-run",
3434
"phpstan": "./vendor/bin/phpstan analyse -l 4 src tests",
35-
"phpunit": "./vendor/bin/phpunit",
35+
"phpunit": "./vendor/bin/simple-phpunit",
3636
"fix": "./vendor/bin/php-cs-fixer fix",
3737
"test": [
3838
"@composer run lint",

0 commit comments

Comments
 (0)