Skip to content

Commit 1b32596

Browse files
committed
updated
1 parent da4ad88 commit 1b32596

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

quickstart.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <h4 class="panel-title">1. Install</h4></div>
7676
<p>Execute:</p>
7777
<div class="highlight">
7878
<p>
79-
<pre>php venor/bin/codecept bootstrap</pre>
79+
<pre>php vendor/bin/codecept bootstrap</pre>
8080
</p>
8181
</div>
8282
<p class="text-muted">This creates configuration file
@@ -100,7 +100,7 @@ <h4 class="panel-title">1. Install</h4></div>
100100
of a real user visiting your site.</p>
101101
<div class="highlight">
102102
<p>
103-
<pre>php venor/bin/codecept generate:cest acceptance First</pre>
103+
<pre>php vendor/bin/codecept generate:cest acceptance First</pre>
104104
</p>
105105
</div>
106106
</div> <!-- /.panel-body -->
@@ -158,7 +158,7 @@ <h4 class="panel-title">5. Write a Basic Test</h4>
158158
<p>Tests are executed with 'run' command</p>
159159
<div class="highlight">
160160
<p>
161-
<pre>php venor/bin/codecept run --steps</pre>
161+
<pre>php vendor/bin/codecept run --steps</pre>
162162
</p>
163163
</div>
164164
<p class="text-muted">This will execute our Welcome test with
@@ -183,7 +183,7 @@ <h3>Simplified Setup</h3>
183183
<h4>Acceptance Testing (only)</h4>
184184

185185
<div class="highlight">
186-
<pre>php venor/bin/codecept init acceptance</pre>
186+
<pre>php vendor/bin/codecept init acceptance</pre>
187187
</div>
188188

189189
<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>
197197
<h4>REST API Testing (only)</h4>
198198

199199
<div class="highlight">
200-
<pre>php venor/bin/codecept init api</pre>
200+
<pre>php vendor/bin/codecept init api</pre>
201201
</div>
202202

203203

@@ -214,7 +214,7 @@ <h4>REST API Testing (only)</h4>
214214
<h4>Unit Testing (only)</h4>
215215

216216
<div class="highlight">
217-
<pre>php venor/bin/codecept init unit</pre>
217+
<pre>php vendor/bin/codecept init unit</pre>
218218
</div>
219219

220220
<a class="btn btn-primary" role="button" data-toggle="collapse" href="#unit-demo" aria-expanded="false" aria-controls="collapseExample">

0 commit comments

Comments
 (0)