Skip to content

Commit

Permalink
Merge pull request #181 from wp-cli/fix/legacy-test
Browse files Browse the repository at this point in the history
Fix legacy test by running against WP versions when PHP matches
  • Loading branch information
swissspidy authored Aug 10, 2023
2 parents 92fc325 + 715fd5f commit 82a8fe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/media-regenerate.feature
Original file line number Diff line number Diff line change
Expand Up @@ -1213,7 +1213,7 @@ Feature: Regenerate WordPress attachments

# Audio/video `_cover_hash` meta, used to determine if sub attachment, added in WP 3.9
# Test on PHP 5.6 latest only, and iterate over various WP versions.
@require-wp-latest @require-php-5.6 @less-than-php-7.0
@require-php-5.6 @less-than-php-7.0
Scenario Outline: Regenerating audio with thumbnail
# If version is trunk/latest then can get warning about checksums not being available, so STDERR may or may not be empty
Given I try `wp core download --version=<version> --force`
Expand Down Expand Up @@ -1268,7 +1268,7 @@ Feature: Regenerate WordPress attachments

Examples:
| version |
| latest |
| 6.2 |
| 4.2 |
| 3.9 |

Expand Down

0 comments on commit 82a8fe8

Please sign in to comment.