Skip to content

Commit e64abdc

Browse files
committed
Adjust test requirements
Try and only test these with supported wp versions on unsupported php
1 parent c9852ac commit e64abdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

features/plugin-install.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ Feature: Install WordPress plugins
255255
Error: No plugins installed.
256256
"""
257257

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

features/theme-install.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Feature: Install WordPress themes
143143
Error: No themes installed.
144144
"""
145145

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

0 commit comments

Comments
 (0)