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 29b7d07 commit d809080Copy full SHA for d809080
features/site-empty.feature
@@ -42,6 +42,12 @@ Feature: Empty a WordPress site of its data
42
When I run `wp term list post_tag --format=ids`
43
Then STDOUT should be empty
44
45
+ When I run `wp option get wp_page_for_privacy_policy`
46
+ Then STDOUT should be:
47
+ """
48
+ 0
49
50
+
51
Scenario: Empty a site and its uploads directory
52
Given a WP multisite installation
53
And I run `wp site create --slug=foo`
0 commit comments