Skip to content

Commit

Permalink
Merge pull request #100 from wp-cli/fix-install-string-test
Browse files Browse the repository at this point in the history
Make tests work with both install and installation strings
  • Loading branch information
schlessera authored Oct 2, 2018
2 parents 00aad5c + 5b8f5a0 commit b295eec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"ext-json": "*",
"composer/composer": ">=1.2.0 <1.7.0 || ^1.7.1",
"wp-cli/wp-cli": "^2"
"wp-cli/wp-cli": "dev-master"
},
"require-dev": {
"wp-cli/scaffold-command": "^1 || ^2",
Expand Down
2 changes: 1 addition & 1 deletion features/package.feature
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Feature: Manage WP-CLI packages
"""
And STDERR should contain:
"""
Warning: No WordPress install found.
Warning: No WordPress install
"""

When I run `wp package list`
Expand Down

0 comments on commit b295eec

Please sign in to comment.