@@ -76,7 +76,7 @@ <h4 class="panel-title">1. Install</h4></div>
76
76
< p > Execute:</ p >
77
77
< div class ="highlight ">
78
78
< p >
79
- < pre > php venor /bin/codecept bootstrap</ pre >
79
+ < pre > php vendor /bin/codecept bootstrap</ pre >
80
80
</ p >
81
81
</ div >
82
82
< p class ="text-muted "> This creates configuration file
@@ -100,7 +100,7 @@ <h4 class="panel-title">1. Install</h4></div>
100
100
of a real user visiting your site.</ p >
101
101
< div class ="highlight ">
102
102
< p >
103
- < pre > php venor /bin/codecept generate:cest acceptance First</ pre >
103
+ < pre > php vendor /bin/codecept generate:cest acceptance First</ pre >
104
104
</ p >
105
105
</ div >
106
106
</ div > <!-- /.panel-body -->
@@ -158,7 +158,7 @@ <h4 class="panel-title">5. Write a Basic Test</h4>
158
158
< p > Tests are executed with 'run' command</ p >
159
159
< div class ="highlight ">
160
160
< p >
161
- < pre > php venor /bin/codecept run --steps</ pre >
161
+ < pre > php vendor /bin/codecept run --steps</ pre >
162
162
</ p >
163
163
</ div >
164
164
< p class ="text-muted "> This will execute our Welcome test with
@@ -183,7 +183,7 @@ <h3>Simplified Setup</h3>
183
183
< h4 > Acceptance Testing (only)</ h4 >
184
184
185
185
< div class ="highlight ">
186
- < pre > php venor /bin/codecept init acceptance</ pre >
186
+ < pre > php vendor /bin/codecept init acceptance</ pre >
187
187
</ div >
188
188
189
189
< a class ="btn btn-primary " role ="button " data-toggle ="collapse " href ="#acceptance-demo " aria-expanded ="false " aria-controls ="collapseExample ">
@@ -197,7 +197,7 @@ <h4>Acceptance Testing (only)</h4>
197
197
< h4 > REST API Testing (only)</ h4 >
198
198
199
199
< div class ="highlight ">
200
- < pre > php venor /bin/codecept init api</ pre >
200
+ < pre > php vendor /bin/codecept init api</ pre >
201
201
</ div >
202
202
203
203
@@ -214,7 +214,7 @@ <h4>REST API Testing (only)</h4>
214
214
< h4 > Unit Testing (only)</ h4 >
215
215
216
216
< div class ="highlight ">
217
- < pre > php venor /bin/codecept init unit</ pre >
217
+ < pre > php vendor /bin/codecept init unit</ pre >
218
218
</ div >
219
219
220
220
< a class ="btn btn-primary " role ="button " data-toggle ="collapse " href ="#unit-demo " aria-expanded ="false " aria-controls ="collapseExample ">
0 commit comments