Skip to content

Commit 5169482

Browse files
committed
chore(site): remove disable site scenario from tests
1 parent 489f6dd commit 5169482

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

features/site.feature

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,6 @@ Feature: Site Command
4848
or run `ee site disable` from inside the site folder.
4949
"""
5050

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-
6251
Scenario: Check site enable sub command is present
6352
When I run 'bin/ee site enable'
6453
Then STDERR should return something like

0 commit comments

Comments
 (0)