Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
321 changes: 0 additions & 321 deletions features/add-oembed-provider.feature

This file was deleted.

2 changes: 0 additions & 2 deletions features/cache.feature
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ Feature: Manage oEmbed cache.
"""
And the return code should be 0

@require-wp-4.9
Scenario: Find oEmbed cache post ID for a non-existent key
When I try `wp embed cache find foo`
Then STDERR should be:
Comment on lines 68 to 72
Copy link

Copilot AI Feb 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change removes the @require-wp-4.9 gates from the embed cache find scenarios, but the PR description doesn’t mention expanding/removing WordPress-version constraints. If the CI matrix still includes WP < 4.9, these scenarios are expected to fail because oembed_cache behavior differs; either keep the gates or document the new minimum supported WP version/testing matrix in the PR.

Copilot uses AI. Check for mistakes.
Expand All @@ -76,7 +75,6 @@ Feature: Manage oEmbed cache.
"""
And the return code should be 1

@require-wp-4.9
Scenario: Find oEmbed cache post ID for an existing key
# Add a non-post embed, default attributes.
When I run `wp eval 'echo $GLOBALS["wp_embed"]->run_shortcode( "[embed]https://www.youtube.com/watch?v=dQw4w9WgXcQ[/embed]" );'`
Expand Down
Loading
Loading