Skip to content

Commit 390b699

Browse files
committed
Use wp-cli-tests v5
1 parent 7641736 commit 390b699

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"require-dev": {
2424
"roave/security-advisories": "dev-latest",
25-
"wp-cli/wp-cli-tests": "^4"
25+
"wp-cli/wp-cli-tests": "^5"
2626
},
2727
"extra": {
2828
"branch-alias": {
@@ -42,19 +42,22 @@
4242
"config": {
4343
"allow-plugins": {
4444
"dealerdirect/phpcodesniffer-composer-installer": true,
45-
"johnpbloch/wordpress-core-installer": true
45+
"johnpbloch/wordpress-core-installer": true,
46+
"phpstan/extension-installer": true
4647
}
4748
},
4849
"scripts": {
4950
"behat": "run-behat-tests",
5051
"behat-rerun": "rerun-behat-tests",
5152
"lint": "run-linter-tests",
5253
"phpcs": "run-phpcs-tests",
54+
"phpstan": "run-phpstan-tests",
5355
"phpunit": "run-php-unit-tests",
5456
"prepare-tests": "install-package-tests",
5557
"test": [
5658
"@lint",
5759
"@phpcs",
60+
"@phpstan",
5861
"@phpunit",
5962
"@behat"
6063
]

0 commit comments

Comments
 (0)