Skip to content

Commit 5d1fa7a

Browse files
authored
Merge pull request #76 from wp-cli/fix-theme-test
In theme test don't check STDERR now that option get returns error string
2 parents 7ab2a95 + 6beb1b9 commit 5d1fa7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/theme.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ Feature: Manage WordPress themes
236236
237237
When I try `wp option get allowedthemes`
238238
Then the return code should be 1
239-
And STDERR should be empty
239+
# STDERR may or may not be empty, depending on WP-CLI version.
240240
And STDOUT should be empty
241241
242242
When I run `wp theme enable biker`

0 commit comments

Comments
 (0)