Add "composer test" command
This commit is contained in:
parent
3a19be7118
commit
28afadc6d5
@ -40,6 +40,7 @@
|
|||||||
"@test"
|
"@test"
|
||||||
],
|
],
|
||||||
"cs": "php-cs-fixer fix -v --diff --dry-run",
|
"cs": "php-cs-fixer fix -v --diff --dry-run",
|
||||||
"cs-fix": "php-cs-fixer fix -v --diff"
|
"cs-fix": "php-cs-fixer fix -v --diff",
|
||||||
|
"test": "phpunit --coverage-text"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user