We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 489f6dd commit 5169482Copy full SHA for 5169482
1 file changed
features/site.feature
@@ -48,17 +48,6 @@ Feature: Site Command
48
or run `ee site disable` from inside the site folder.
49
"""
50
51
- Scenario: Disable the site
52
- When I run 'bin/ee site disable php.test'
53
- Then STDOUT should return exactly
54
- """
55
- Disabling site php.test.
56
- Success: Site php.test disabled.
57
58
- And Request on 'php.test' should contain following headers:
59
- | header |
60
- | HTTP/1.1 404 Not Found |
61
-
62
Scenario: Check site enable sub command is present
63
When I run 'bin/ee site enable'
64
Then STDERR should return something like
0 commit comments