We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46051ea + 6e0dd6e commit 0c8869aCopy full SHA for 0c8869a
features/skip-themes.feature
@@ -168,7 +168,7 @@ Feature: Skipping themes
168
bool(false)
169
"""
170
171
- @require-wp-6.1 @require-php-7.0
+ @require-wp-6.1 @require-php-7.2
172
Scenario: Skip a theme using block patterns with Gutenberg active
173
Given a WP installation
174
And I run `wp plugin install gutenberg --activate`
@@ -199,4 +199,4 @@ Feature: Skipping themes
199
Then STDERR should contain:
200
201
Error: An unexpected functions.php file in the themes directory may have caused this internal server error.
202
- """
+ """
0 commit comments