Skip to content

Commit fb32888

Browse files
committed
Merge branch 'master' into update-composer-lock-file-20181029
2 parents 3add68e + 8e51cbc commit fb32888

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

.github/move.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Configuration for move-issues - https://github.com/dessant/move-issues
2+
3+
# Repository to extend settings from
4+
_extends: wp-cli/wp-cli
5+
6+
# Delete the command comment when it contains no other content
7+
# deleteCommand: true
8+
9+
# Close the source issue after moving
10+
# closeSourceIssue: true
11+
12+
# Lock the source issue after moving
13+
# lockSourceIssue: false
14+
15+
# Mention issue and comment authors
16+
# mentionAuthors: true
17+
18+
# Preserve mentions in the issue content
19+
# keepContentMentions: true

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)