1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
- < html xmlns ="http://www.w3.org/1999/xhtml " xml:lang ="en " lang ="en ">
3
- < head >
4
- < meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
5
- < meta name ="title " content ="Codeception - BDD-style PHP testing framework " />
6
- < title > Thanks for choosing Codeception!</ title >
7
- < link rel ="shortcut icon " href ="/images/favicon.png " />
8
- < link href ='http://fonts.googleapis.com/css?family=Philosopher&subset=latin ' rel ='stylesheet ' type ='text/css '>
9
- < link rel ="stylesheet " type ="text/css " media ="screen " href ="http://codeception.com/css/screen.css " />
10
-
11
- < link title ="Codeception Blog " type ="application/rss+xml " rel ="alternate " href ="/rss.xml "/>
12
-
13
- < script type ="text/javascript ">
14
-
15
- var _gaq = _gaq || [ ] ;
16
- _gaq . push ( [ '_setAccount' , 'UA-1899308-9' ] ) ;
17
- _gaq . push ( [ '_trackPageview' ] ) ;
18
-
19
- ( function ( ) {
20
- var ga = document . createElement ( 'script' ) ; ga . type = 'text/javascript' ; ga . async = true ;
21
- ga . src = ( 'https:' == document . location . protocol ? 'https://ssl' : 'http://www' ) + '.google-analytics.com/ga.js' ;
22
- var s = document . getElementsByTagName ( 'script' ) [ 0 ] ; s . parentNode . insertBefore ( ga , s ) ;
23
- } ) ( ) ;
24
-
25
- </ script >
26
-
27
-
28
- < meta http-equiv ="REFRESH " content ="3;url=http://codeception.com/php54/codecept.phar ">
29
-
30
- </ head >
31
- < body >
32
-
33
- < div id ="root ">
34
-
35
- < div class ="layout ">
36
- < div class ="content ">
37
-
38
- < h2 > Installation</ h2 >
1
+ ---
2
+ layout: bootstrap
3
+ title: Thanks for choosing Codeception!
4
+ meta: < meta http-equiv ="REFRESH " content ="3;url=http://codeception.com/php54/codecept.phar ">
5
+ ---
6
+ < div class ="container ">
7
+ < div class ="row ">
8
+ < div class ="col-xs-12 fill-thanks ">
9
+
10
+ < h2 > Installation - PHAR PHP54</ h2 >
39
11
< p > < strong > 1.</ strong > Save this file into the root of desired PHP project</ p >
40
12
41
13
< p > < strong > 2.</ strong > Initialize test classes inside the root of your project</ p >
@@ -44,13 +16,7 @@ <h2>Installation</h2>
44
16
< p > < strong > 3.</ strong > Write your tests!</ p >
45
17
< p > Follow < a href ="http://codeception.com/docs/02-GettingStarted "> Getting Started Guide</ a > to perform configuration and write the first test.</ p >
46
18
47
- < p class ="small "> Your download is on the way. < a href ="http://codeception.com/codecept.phar "> Click here</ a > if you don't want to wait any longer</ p >
48
-
49
-
50
- </ div >
51
- </ div >
52
- </ div >
53
-
54
-
55
- </ body >
56
- </ html >
19
+ < p class ="small "> Your download is on the way. < a href ="http://codeception.com/codecept.phar "> Click here</ a > if you don't want to wait any longer</ p >
20
+ </ div > <!-- /col -->
21
+ </ div > <!-- /row -->
22
+ </ div > <!-- /.container -->
0 commit comments