Skip to content

Commit 80b8f49

Browse files
committed
Adapt output string
1 parent 4a376b2 commit 80b8f49

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

features/scaffold-package.feature

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Feature: Scaffold WP-CLI commands
5151
When I run `wp --require={PACKAGE_PATH}/local/wp-cli/foo/hello-world-command.php hello-world`
5252
Then STDOUT should be:
5353
"""
54-
Success: Hello world!
54+
Success: Hello World!
5555
"""
5656

5757
When I run `cat {PACKAGE_PATH}/local/wp-cli/foo/wp-cli.yml`
@@ -91,7 +91,7 @@ Feature: Scaffold WP-CLI commands
9191
When I run `wp hello-world`
9292
Then STDOUT should be:
9393
"""
94-
Success: Hello world!
94+
Success: Hello World!
9595
"""
9696

9797
When I run `wp package uninstall wp-cli/without-require`
@@ -128,7 +128,7 @@ Feature: Scaffold WP-CLI commands
128128
When I run `wp --require=custom-directory/hello-world-command.php hello-world`
129129
Then STDOUT should be:
130130
"""
131-
Success: Hello world!
131+
Success: Hello World!
132132
"""
133133
When I run `wp package uninstall wp-cli/custom-directory`
134134
Then STDOUT should contain:
@@ -194,7 +194,7 @@ Feature: Scaffold WP-CLI commands
194194
When I run `wp --require={PACKAGE_PATH}/local/wp-cli/with-tests/hello-world-command.php hello-world`
195195
Then STDOUT should be:
196196
"""
197-
Success: Hello world!
197+
Success: Hello World!
198198
"""
199199
When I run `wp package uninstall wp-cli/with-tests`
200200
Then STDOUT should contain:

0 commit comments

Comments
 (0)