Skip to content

Commit e409911

Browse files
committed
chore(tests): renamed composer test runner
Signed-off-by: Fred Myerscough <[email protected]>
1 parent 3080617 commit e409911

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
@@ -51,7 +51,7 @@
5151
"sort-packages": true
5252
},
5353
"scripts": {
54-
"tests": "vendor/bin/phpunit --testdox --no-coverage --colors=always",
54+
"test": "vendor/bin/phpunit --testdox --no-coverage --colors=always",
5555
"test-coverage": "XDEBUG_MODE=coverage vendor/bin/phpunit --testdox --colors=always",
5656
"phpcs": "vendor/bin/phpcs src tests --standard=PSR12"
5757
},

0 commit comments

Comments
 (0)