File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -603,7 +603,6 @@ Feature: Manage WordPress posts
603603 {"block_version":1}
604604 """
605605
606-
607606 Scenario : Delete posts using ID ranges
608607 When I run `wp post create --post_title='Post A' --porcelain`
609608 Then STDOUT should be a number
Original file line number Diff line number Diff line change 5656 <rule ref =" WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedNamespaceFound" >
5757 <exclude-pattern >*/src/WP_CLI/Fetchers/(Comment|Post|Signup|Site|User)\.php$</exclude-pattern >
5858 <exclude-pattern >*/src/WP_CLI/CommandWith(DBObject|Meta|Terms)\.php$</exclude-pattern >
59+ <exclude-pattern >*/src/WP_CLI/ExpandsIdRanges\.php$</exclude-pattern >
5960 </rule >
6061
6162 <rule ref =" WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound" >
You can’t perform that action at this time.
0 commit comments