File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed
Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -66,27 +66,6 @@ Feature: Site Command
6666 or run `ee site reload` from inside the site folder.
6767 """
6868
69- Scenario : Reload site services
70- When I run 'bin/ee site reload php.test'
71- Then STDERR should return something like
72- """
73- Error: Site php.test is not enabled. Use `ee site enable php.test` to enable it.
74- """
75-
76- Scenario : Enable the site
77- When I run 'bin/ee site enable php.test'
78- Then STDOUT should return exactly
79- """
80- Enabling site php.test.
81- Success: Site php.test enabled.
82- Running post enable configurations.
83- Starting site's services.
84- Success: Post enable configurations complete.
85- """
86- And Request on 'php.test' should contain following headers:
87- | header |
88- | HTTP /1 .1 200 OK |
89-
9069 Scenario : Check site info sub command is present
9170 When I run 'bin/ee site info'
9271 Then STDERR should return something like
You can’t perform that action at this time.
0 commit comments