Skip to content

Commit

Permalink
Adjust test requirements
Browse files Browse the repository at this point in the history
Try and only test these with supported wp versions on unsupported php
  • Loading branch information
mrsdizzie committed Dec 7, 2024
1 parent c9852ac commit e64abdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion features/plugin-install.feature
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ Feature: Install WordPress plugins
Error: No plugins installed.
"""

@less-than-php-7.4
@less-than-php-7.4 @require-wp-6.6
Scenario: Can't install plugin that requires a newer version of PHP
Given a WP install

Expand Down
2 changes: 1 addition & 1 deletion features/theme-install.feature
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Feature: Install WordPress themes
Error: No themes installed.
"""

@less-than-php-7.4
@less-than-php-7.4 @require-wp-5.6
Scenario: Can't install theme that requires a newer version of PHP
Given a WP install

Expand Down

0 comments on commit e64abdc

Please sign in to comment.