Skip to content

Commit 0c8869a

Browse files
authored
Merge pull request #5938 from 2ndkauboy/fix/5937-fix-gutenberg-test
2 parents 46051ea + 6e0dd6e commit 0c8869a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/skip-themes.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Feature: Skipping themes
168168
bool(false)
169169
"""
170170

171-
@require-wp-6.1 @require-php-7.0
171+
@require-wp-6.1 @require-php-7.2
172172
Scenario: Skip a theme using block patterns with Gutenberg active
173173
Given a WP installation
174174
And I run `wp plugin install gutenberg --activate`
@@ -199,4 +199,4 @@ Feature: Skipping themes
199199
Then STDERR should contain:
200200
"""
201201
Error: An unexpected functions.php file in the themes directory may have caused this internal server error.
202-
"""
202+
"""

0 commit comments

Comments
 (0)