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 c9852ac commit e64abdcCopy full SHA for e64abdc
features/plugin-install.feature
@@ -255,7 +255,7 @@ Feature: Install WordPress plugins
255
Error: No plugins installed.
256
"""
257
258
- @less-than-php-7.4
+ @less-than-php-7.4 @require-wp-6.6
259
Scenario: Can't install plugin that requires a newer version of PHP
260
Given a WP install
261
features/theme-install.feature
@@ -143,7 +143,7 @@ Feature: Install WordPress themes
143
Error: No themes installed.
144
145
146
+ @less-than-php-7.4 @require-wp-5.6
147
Scenario: Can't install theme that requires a newer version of PHP
148
149
0 commit comments