File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Feature: Scaffold WP-CLI commands
51
51
When I run `wp --require={PACKAGE_PATH}/local/wp-cli/foo/hello-world-command.php hello-world`
52
52
Then STDOUT should be:
53
53
"""
54
- Success: Hello world !
54
+ Success: Hello World !
55
55
"""
56
56
57
57
When I run `cat {PACKAGE_PATH}/local/wp-cli/foo/wp-cli.yml`
@@ -91,7 +91,7 @@ Feature: Scaffold WP-CLI commands
91
91
When I run `wp hello-world`
92
92
Then STDOUT should be:
93
93
"""
94
- Success: Hello world !
94
+ Success: Hello World !
95
95
"""
96
96
97
97
When I run `wp package uninstall wp-cli/without-require`
@@ -128,7 +128,7 @@ Feature: Scaffold WP-CLI commands
128
128
When I run `wp --require=custom-directory/hello-world-command.php hello-world`
129
129
Then STDOUT should be:
130
130
"""
131
- Success: Hello world !
131
+ Success: Hello World !
132
132
"""
133
133
When I run `wp package uninstall wp-cli/custom-directory`
134
134
Then STDOUT should contain:
@@ -194,7 +194,7 @@ Feature: Scaffold WP-CLI commands
194
194
When I run `wp --require={PACKAGE_PATH}/local/wp-cli/with-tests/hello-world-command.php hello-world`
195
195
Then STDOUT should be:
196
196
"""
197
- Success: Hello world !
197
+ Success: Hello World !
198
198
"""
199
199
When I run `wp package uninstall wp-cli/with-tests`
200
200
Then STDOUT should contain:
You can’t perform that action at this time.
0 commit comments