Skip to content

Commit 3c0b233

Browse files
authored
add @require-php-5.6
1 parent 396cbba commit 3c0b233

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

features/core-update.feature

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,8 @@ Feature: Update WordPress core
273273
Warning: Checksums not available for WordPress {WP_VERSION-4.0-latest}/es_ES. Please cleanup files manually.
274274
"""
275275
And the return code should be 0
276-
276+
277+
@require-php-5.6
277278
Scenario Outline: Use `--version=(nightly|trunk)` to update to the latest nightly version
278279
Given a WP install
279280

@@ -293,6 +294,7 @@ Feature: Update WordPress core
293294
| trunk |
294295
| nightly |
295296

297+
@require-php-5.6
296298
Scenario: Installing latest nightly build should skip cache
297299
Given a WP install
298300

0 commit comments

Comments
 (0)