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 c059970 commit f6faf11Copy full SHA for f6faf11
features/menge-cache.feature
@@ -14,18 +14,6 @@ Feature: Generate cache
14
"""
15
And the wp-content/plugins/wp-super-cache directory should exist
16
17
- When I try `wp super-cache enable`
18
- Then STDERR should contain:
19
- """
20
- Error: 'super-cache' is not a registered wp command. See 'wp help' for available commands.
21
22
-
23
- When I run `wp package install wojsmol/wp-super-cache-cli:dev-tov2`
24
- Then STDOUT should contain:
25
26
- Success: Package installed.
27
28
29
When I run `wp super-cache enable`
30
Then STDOUT should contain:
31
0 commit comments