mirror of
https://ghproxy.net/https://github.com/wp-cli/extension-command.git
synced 2025-10-04 06:06:59 +08:00
Add phpstan script
[dependabot skip]
This commit is contained in:
parent
1cd4645e0e
commit
067a0dadb5
1 changed files with 2 additions and 0 deletions
|
@ -93,11 +93,13 @@
|
|||
"lint": "run-linter-tests",
|
||||
"phpcs": "run-phpcs-tests",
|
||||
"phpcbf": "run-phpcbf-cleanup",
|
||||
"phpstan": "run-phpstan-tests",
|
||||
"phpunit": "run-php-unit-tests",
|
||||
"prepare-tests": "install-package-tests",
|
||||
"test": [
|
||||
"@lint",
|
||||
"@phpcs",
|
||||
"@phpstan",
|
||||
"@phpunit",
|
||||
"@behat"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue