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 81e4111 commit 13b4e61Copy full SHA for 13b4e61
features/post-create-duplicate.feature
@@ -25,7 +25,7 @@ Feature: Create Duplicate WordPress post from existing posts.
25
"""
26
{TERM_ID}
27
28
-
+ @require-wp-4.4
29
Scenario: Generate duplicate post with post metadata.
30
When I run `wp post create --post_title='Test Post' --meta_input='{"key1":"value1","key2":"value2"}' --porcelain`
31
Then save STDOUT as {POST_ID}
@@ -39,6 +39,7 @@ Feature: Create Duplicate WordPress post from existing posts.
39
| {DUPLICATE_POST_ID} | key1 | value1 |
40
| {DUPLICATE_POST_ID} | key2 | value2 |
41
42
+
43
Scenario: Generate duplicate page.
44
When I run `wp post create --post_type="page" --post_title="Test Page" --post_content="Page Content" --porcelain`
45
0 commit comments