Skip to content

Commit fcae1a0

Browse files
authored
Require PHP 7 for tests installing WP 6.4
WP 6.4 requires PHP 7+
1 parent e64abdc commit fcae1a0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

features/plugin-install.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ Feature: Install WordPress plugins
238238
Success: Plugin already installed.
239239
"""
240240

241+
@require-php-7
241242
Scenario: Can't install plugin that requires a newer version of WordPress
242243
Given a WP install
243244

features/theme-install.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ Feature: Install WordPress themes
126126
twentyeleven
127127
"""
128128

129+
@require-php-7
129130
Scenario: Can't install theme that requires a newer version of WordPress
130131
Given a WP install
131132

0 commit comments

Comments
 (0)