Skip to content

Commit f8b5797

Browse files
authored
Skip additional tests on php 5.4 (#127)
Skip additional tests on php 5.4
2 parents 1463482 + 88ed6c9 commit f8b5797

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
@@ -301,6 +301,7 @@ Feature: Manage WordPress installation
301301
"""
302302
And the return code should be 1
303303

304+
@require-php-5.6
304305
Scenario: Install WordPress in a subdirectory
305306
Given an empty directory
306307
And a wp-config.php file:

0 commit comments

Comments
 (0)