Skip to content

Commit a41f9c0

Browse files
authored
Merge pull request #81 from wp-cli/code-coverage
Code coverage support
2 parents 1487101 + 94099d5 commit a41f9c0

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ composer.lock
99
phpunit.xml
1010
phpcs.xml
1111
.phpcs.xml
12+
build/logs

composer.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,9 @@
1818
"wp-cli/wp-cli": "^2.12"
1919
},
2020
"require-dev": {
21-
"wp-cli/wp-cli-tests": "^4"
21+
"wp-cli/wp-cli-tests": "^4.3.9"
2222
},
2323
"config": {
24-
"platform": {
25-
"php": "5.6"
26-
},
2724
"process-timeout": 7200,
2825
"sort-packages": true,
2926
"allow-plugins": {
@@ -33,11 +30,12 @@
3330
"lock": false
3431
},
3532
"scripts": {
33+
"behat": "run-behat-tests",
34+
"behat-rerun": "rerun-behat-tests",
3635
"lint": "run-linter-tests",
3736
"phpcs": "run-phpcs-tests",
3837
"phpcbf": "run-phpcbf-cleanup",
3938
"phpunit": "run-php-unit-tests",
40-
"behat": "run-behat-tests",
4139
"prepare-tests": "install-package-tests",
4240
"test": [
4341
"@lint",

0 commit comments

Comments
 (0)