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 45d4f3a commit 1130df8Copy full SHA for 1130df8
features/site-empty.feature
@@ -1,5 +1,6 @@
1
Feature: Empty a WordPress site of its data
2
3
+ @require-mysql
4
Scenario: Empty a site
5
Given a WP installation
6
And I run `wp option update uploads_use_yearmonth_folders 0`
features/site-option.feature
@@ -127,6 +127,7 @@ Feature: Manage WordPress site options
127
"""
128
And the return code should be 1
129
130
131
Scenario: Filter options by `--site_id`
132
Given a WP multisite installation
133
0 commit comments