@@ -61,7 +61,7 @@ <h4 class="panel-title">1.Install</h4>
61
61
< div class ="panel-heading "> < h4 class ="panel-title "> 3. Create Test</ h4 > </ div >
62
62
< div class ="panel-body ">
63
63
< p > Generate your first acceptance test. Acceptance tests emulate the behavior
64
- of a real user visiting your site. (For details, see < a href ="/docs/03- AcceptanceTests " class ="btn btn-secondary "> Acceptance Testing Guide) </ a > </ p >
64
+ of a real user visiting your site.< br > < a href ="/docs/AcceptanceTests " class ="btn btn-secondary "> Acceptance Testing Guide » </ a > </ p >
65
65
< div class ="highlight ">
66
66
< p >
67
67
< pre > php vendor/bin/codecept generate:cest Acceptance First</ pre >
@@ -143,15 +143,7 @@ <h4>Acceptance Testing (only)</h4>
143
143
< pre > php vendor/bin/codecept init Acceptance</ pre >
144
144
</ div >
145
145
146
- < a class ="btn btn-primary " aria-controls ="acceptance-demo " role ="button " data-toggle ="collapse " href ="#acceptance-demo " aria-expanded ="false ">
147
- See Demo
148
- </ a > < a href ="/docs/03-AcceptanceTests " class ="btn btn-secondary "> Acceptance Testing Guide »</ a >
149
-
150
- < div class ="collapse " id ="acceptance-demo ">
151
- < div class ="panel-collapse-body ">
152
- < img src ="/images/codecept_acceptance.gif " alt ="codeception acceptance " class ="img-responsive ">
153
- </ div >
154
- </ div >
146
+ < a href ="/docs/AcceptanceTests " class ="btn btn-secondary "> Acceptance Testing Guide »</ a >
155
147
156
148
< hr >
157
149
@@ -161,18 +153,7 @@ <h4>REST API Testing (only)</h4>
161
153
< pre > php vendor/bin/codecept init Api</ pre >
162
154
</ div >
163
155
164
-
165
- < a class ="btn btn-primary " aria-controls ="api-demo " role ="button " data-toggle ="collapse " href ="#api-demo " aria-expanded ="false ">
166
- See Demo
167
- </ a >
168
-
169
- < a href ="/docs/10-APITesting " class ="btn btn-secondary "> REST API Testing Guide »</ a >
170
-
171
- < div class ="collapse " id ="api-demo ">
172
- < div class ="panel-collapse-body ">
173
- < img src ="/images/codecept_api.gif " alt ="codeception api " class ="img-responsive ">
174
- </ div >
175
- </ div >
156
+ < a href ="/docs/APITesting " class ="btn btn-secondary "> REST API Testing Guide »</ a >
176
157
177
158
< hr >
178
159
@@ -182,17 +163,7 @@ <h4>Unit Testing (only)</h4>
182
163
< pre > php vendor/bin/codecept init Unit</ pre >
183
164
</ div >
184
165
185
- < a class ="btn btn-primary " aria-controls ="unit-demo " role ="button " data-toggle ="collapse " href ="#unit-demo " aria-expanded ="false ">
186
- See Demo
187
- </ a >
188
-
189
- < a href ="/docs/05-UnitTests " class ="btn btn-secondary "> Unit Testing Guide »</ a >
190
-
191
- < div class ="collapse " id ="unit-demo ">
192
- < div class ="panel-collapse-body ">
193
- < img src ="/images/codecept_unit.gif " alt ="codeception unit " class ="img-responsive ">
194
- </ div >
195
- </ div >
166
+ < a href ="/docs/UnitTests " class ="btn btn-secondary "> Unit Testing Guide »</ a >
196
167
197
168
</ div >
198
169
0 commit comments