Skip to content

Commit 0427182

Browse files
committed
Fix missed entries
1 parent 81a12f6 commit 0427182

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

features/provider.feature

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ Feature: Manage oEmbed providers.
127127
When I run `wp embed provider list --field=regex`
128128
Then STDOUT should match /^(?:(?:1|0)\n)+$/
129129

130+
@require-wp-4.0
130131
Scenario: Match an oEmbed provider
131132
# Provider not requiring discovery
132133
When I run `wp embed provider match https://www.youtube.com/watch?v=dQw4w9WgXcQ`
@@ -241,6 +242,7 @@ Feature: Manage oEmbed providers.
241242
"""
242243
And STDOUT should be empty
243244

245+
@require-wp-4.0
244246
Scenario: Only match an oEmbed provider if discover
245247
When I try `wp embed provider match https://asciinema.org/a/140798 --no-discover`
246248
Then the return code should be 1

0 commit comments

Comments
 (0)