Skip to content

Commit 48791bf

Browse files
authored
Harden theme update test (#525)
1 parent fb76232 commit 48791bf

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

features/theme-check-update.feature

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ Feature: Check for theme updates
44
Given a WP install
55

66
When I run `wp theme install twentytwelve --force`
7-
And I run `wp theme update --all`
7+
# Ignore warnings if theme versions in trunk are newer than what's in the directory.
8+
# This is only a temporary situation before an impending release.
9+
And I try `wp theme update --all`
810
And I run `wp theme check-update --all`
911
Then STDOUT should contain:
1012
"""

0 commit comments

Comments
 (0)