Skip to content

Commit f8a0f3e

Browse files
author
Mokhtar Tlili
committed
fix composer scripts
1 parent b4826c6 commit f8a0f3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
}
4747
},
4848
"scripts": {
49-
"test": "vendor/bin/phpunit",
49+
"phpunit": "vendor/bin/phpunit tests",
5050
"fix-cs": "vendor/bin/php-cs-fixer fix src/",
5151
"phpstan": "vendor/bin/phpstan analyse src tests"
5252
},

0 commit comments

Comments
 (0)