We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95eee0d commit 3bf9330Copy full SHA for 3bf9330
features/theme.feature
@@ -676,6 +676,8 @@ Feature: Manage WordPress themes
676
677
Scenario: Excluding a missing theme should not throw an error
678
Given a WP install
679
+ And I run `wp theme delete --all --force`
680
+ And I run `wp theme install p2 --version=1.5.5 --activate`
681
And I run `wp theme update --all --exclude=missing-theme`
682
Then STDERR should be empty
683
And STDOUT should contain:
0 commit comments