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 81a12f6 commit 0427182Copy full SHA for 0427182
features/provider.feature
@@ -127,6 +127,7 @@ Feature: Manage oEmbed providers.
127
When I run `wp embed provider list --field=regex`
128
Then STDOUT should match /^(?:(?:1|0)\n)+$/
129
130
+ @require-wp-4.0
131
Scenario: Match an oEmbed provider
132
# Provider not requiring discovery
133
When I run `wp embed provider match https://www.youtube.com/watch?v=dQw4w9WgXcQ`
@@ -241,6 +242,7 @@ Feature: Manage oEmbed providers.
241
242
"""
243
And STDOUT should be empty
244
245
246
Scenario: Only match an oEmbed provider if discover
247
When I try `wp embed provider match https://asciinema.org/a/140798 --no-discover`
248
Then the return code should be 1
0 commit comments