Skip to content

Commit fb302c3

Browse files
authored
Tests: Fix tests referencing trunk/nightly (#238)
* Tests: Only download trunk/nightly on PHP 7+ * Fix another scenario
1 parent 169625a commit fb302c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/core-update.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ Feature: Update WordPress core
329329
When I run `wp post create --post_title='Test post' --porcelain`
330330
Then STDOUT should be a number
331331

332-
@require-php-5.6
332+
@require-php-7.0
333333
Scenario Outline: Use `--version=(nightly|trunk)` to update to the latest nightly version
334334
Given a WP install
335335

@@ -349,7 +349,7 @@ Feature: Update WordPress core
349349
| trunk |
350350
| nightly |
351351

352-
@require-php-5.6
352+
@require-php-7.0
353353
Scenario: Installing latest nightly build should skip cache
354354
Given a WP install
355355

0 commit comments

Comments
 (0)