We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5774d7d + 1d0215e commit f7580f9Copy full SHA for f7580f9
features/core-update.feature
@@ -340,7 +340,7 @@ Feature: Update WordPress core
340
When I run `wp post create --post_title='Test post' --porcelain`
341
Then STDOUT should be a number
342
343
- @require-php-7.0
+ @require-php-7.2
344
Scenario Outline: Use `--version=(nightly|trunk)` to update to the latest nightly version
345
Given a WP install
346
@@ -360,7 +360,7 @@ Feature: Update WordPress core
360
| trunk |
361
| nightly |
362
363
364
Scenario: Installing latest nightly build should skip cache
365
366
0 commit comments