Skip to content

Commit 56b0ce2

Browse files
committed
Use experimental code coverage branch
1 parent 1487101 commit 56b0ce2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"wp-cli/wp-cli": "^2.12"
1919
},
2020
"require-dev": {
21-
"wp-cli/wp-cli-tests": "^4"
21+
"behat/behat": "^3.18",
22+
"wp-cli/wp-cli-tests": "dev-code-coverage"
2223
},
2324
"config": {
2425
"platform": {

0 commit comments

Comments
 (0)