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 c9bab49 commit dc03bc8Copy full SHA for dc03bc8
features/checksum-core.feature
@@ -27,11 +27,13 @@ Feature: Validate checksums for WordPress install
27
When I run `rm readme.html`
28
Then STDERR should be empty
29
30
- When I run `wp core verify-checksums`
31
- Then STDOUT should be:
+ When I try `wp core verify-checksums`
+ Then STDERR should be:
32
"""
33
- Success: WordPress installation verifies against checksums.
+ Warning: File doesn't exist: readme.html
34
+ Error: WordPress installation doesn't verify against checksums.
35
36
+ And the return code should be 1
37
38
Scenario: Core checksums don't verify because wp-cli.yml is present
39
Given a WP install
0 commit comments