Skip to content

Commit 4bc1535

Browse files
committed
Skip additional tests on php 5.4
1 parent 1463482 commit 4bc1535

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

features/core-update.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ Feature: Update WordPress core
121121
Downloading
122122
"""
123123

124+
@require-php-5.6
124125
Scenario: Don't run update when up-to-date
125126
Given a WP install
126127
And I run `wp core update`

features/core.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ Feature: Manage WordPress installation
290290
"""
291291
And the wp-settings.php file should exist
292292

293+
@require-php-5.6
293294
Scenario: Don't download WordPress when files are already present
294295
Given an empty directory
295296
And WP files

0 commit comments

Comments
 (0)