You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: install.html
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,7 @@ <h1>Installation</h1>
25
25
26
26
27
27
<h4>Follow QuickStart Guide to Install and execute your first test in 6 easy
28
-
steps.
29
-
Alternatively you can choose one of the packages to install Codeception
28
+
steps.
30
29
</h4>
31
30
</div>
32
31
</div>
@@ -43,6 +42,9 @@ <h3>Phar</h3>
43
42
</p>
44
43
</div>
45
44
45
+
46
+
<divclass="alert alert-warning">Codeception 2.0 and higher requires PHP 5.4 installed. <ahref="/builds">Download latest version of Codeception 1.8.x</a> if you run PHP 5.3</div>
47
+
46
48
<p>Prepare tests directory and configs</p>
47
49
<div>
48
50
<p>
@@ -114,8 +116,8 @@ <h3>Git</h3>
114
116
115
117
<pre><code>php codecept run -c /path/to/my/project</code></pre>
116
118
117
-
<p>If you want to build phar package run
118
-
<code>php bin/build_phar.php</code>
119
+
<p>If you want to build phar package you need to install <ahref="http://robo.li">Robo Task Runner</a> and execute
0 commit comments