Skip to content

Commit c4fa27e

Browse files
authored
Merge pull request #31 from wp-cli/update-deps-2018-09-21
Update Composer dependencies (2018-09-21)
2 parents 1243132 + 731b1d7 commit c4fa27e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

composer.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

features/command.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1446,7 +1446,7 @@ Feature: WP-CLI Commands
14461446
When I try `wp command after_wp_load --path=/tmp`
14471447
Then STDERR should contain:
14481448
"""
1449-
Error: This does not seem to be a WordPress install.
1449+
Error: This does not seem to be a WordPress installation.
14501450
"""
14511451
And the return code should be 1
14521452

@@ -1528,7 +1528,7 @@ Feature: WP-CLI Commands
15281528
When I try `wp command --path=/tmp`
15291529
Then STDERR should contain:
15301530
"""
1531-
Error: This does not seem to be a WordPress install.
1531+
Error: This does not seem to be a WordPress installation.
15321532
"""
15331533
And the return code should be 1
15341534

0 commit comments

Comments
 (0)