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.
1 parent 396cbba commit 3c0b233Copy full SHA for 3c0b233
1 file changed
features/core-update.feature
@@ -273,7 +273,8 @@ Feature: Update WordPress core
273
Warning: Checksums not available for WordPress {WP_VERSION-4.0-latest}/es_ES. Please cleanup files manually.
274
"""
275
And the return code should be 0
276
-
+
277
+ @require-php-5.6
278
Scenario Outline: Use `--version=(nightly|trunk)` to update to the latest nightly version
279
Given a WP install
280
@@ -293,6 +294,7 @@ Feature: Update WordPress core
293
294
| trunk |
295
| nightly |
296
297
298
Scenario: Installing latest nightly build should skip cache
299
300
0 commit comments