Skip to content

Commit b295eec

Browse files
authored
Merge pull request #100 from wp-cli/fix-install-string-test
Make tests work with both install and installation strings
2 parents 00aad5c + 5b8f5a0 commit b295eec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"require": {
1515
"ext-json": "*",
1616
"composer/composer": ">=1.2.0 <1.7.0 || ^1.7.1",
17-
"wp-cli/wp-cli": "^2"
17+
"wp-cli/wp-cli": "dev-master"
1818
},
1919
"require-dev": {
2020
"wp-cli/scaffold-command": "^1 || ^2",

features/package.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Feature: Manage WP-CLI packages
2222
"""
2323
And STDERR should contain:
2424
"""
25-
Warning: No WordPress install found.
25+
Warning: No WordPress install
2626
"""
2727

2828
When I run `wp package list`

0 commit comments

Comments
 (0)