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 e28fa88 commit 13be2f3Copy full SHA for 13be2f3
features/behat-steps.feature
@@ -28,7 +28,8 @@ Feature: Test that WP-CLI Behat steps work as expected
28
Then the test-dir directory should not exist
29
30
Scenario: Test "Given an empty cache" step
31
- Given an empty cache
+ Given a WP installation
32
+ And an empty cache
33
Then the {SUITE_CACHE_DIR} directory should exist
34
35
Scenario: Test "Given a file" step
@@ -44,7 +45,8 @@ Feature: Test that WP-CLI Behat steps work as expected
44
45
"""
46
47
Scenario: Test "Given a cache file" step
48
49
50
And a test-cache.txt cache file:
51
52
Cached content
0 commit comments