File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,9 @@ <h4>Follow QuickStart Guide to Install and execute your first test in 6 easy
27
27
< div class ="col-sm-6 col-lg-6 ">
28
28
< div class ="page ">
29
29
< h3 > Composer < small > < i > (recommended)</ i > </ small > </ h3 >
30
- < p > Install a < a href ="https://getcomposer.org "> Composer</ a > to your project's root</ p >
31
- < p > Run</ p >
30
+ < p > To install via < a href ="https://getcomposer.org "> Composer</ a > , run this in your project's root:</ p >
32
31
< div class ="highlight ">
33
- < pre > < code > composer require codeception/codeception --dev</ code > </ pre >
32
+ < pre > < code > composer require " codeception/codeception" --dev</ code > </ pre >
34
33
</ div >
35
34
< p > From now on Codeception (with installed PHPUnit) can be run as:</ p >
36
35
< div class ="highlight ">
You can’t perform that action at this time.
0 commit comments