File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ Feature: Manage translation files for a WordPress install
157157 When I try `wp language plugin install hello-dolly en_GB de_DE invalid_lang`
158158 Then STDERR should be:
159159 """
160- Warning: Language 'invalid_lang' not available.
160+ Warning: Language 'invalid_lang' for 'hello-dolly' not available.
161161 """
162162 And STDOUT should contain:
163163 """
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ Feature: Manage translation files for a WordPress install
142142 When I try `wp language theme install twentyten invalid_lang`
143143 Then STDERR should be:
144144 """
145- Warning: Language 'invalid_lang' not available.
145+ Warning: Language 'invalid_lang' for 'twentyten' not available.
146146 """
147147 And STDOUT should be:
148148 """
You can’t perform that action at this time.
0 commit comments