forked from Codeception/codeception.github.com
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththanks.html
More file actions
Latest commit
56 lines (38 loc) · 2.15 KB
/
Copy paththanks.html
File metadata and controls
56 lines (38 loc) · 2.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<htmlxmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<metahttp-equiv="Content-Type" content="text/html; charset=utf-8" />
<metaname="title" content="Codeception - BDD-style PHP testing framework" />
<title>Thanks for choosing Codeception!</title>
<linkrel="shortcut icon" href="/images/favicon.png" />
<linkhref='http://fonts.googleapis.com/css?family=Philosopher&subset=latin' rel='stylesheet' type='text/css'>
<linkrel="stylesheet" type="text/css" media="screen" href="http://codeception.com/css/screen.css" />
<linktitle="Codeception Blog" type="application/rss+xml" rel="alternate" href="/rss.xml"/>
<scripttype="text/javascript">
var_gaq=_gaq||[];
_gaq.push(['_setAccount','UA-1899308-9']);
_gaq.push(['_trackPageview']);
(function(){
varga=document.createElement('script');ga.type='text/javascript';ga.async=true;
ga.src=('https:'==document.location.protocol ? 'https://ssl' : 'http://www')+'.google-analytics.com/ga.js';
vars=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(ga,s);
})();
</script>
<metahttp-equiv="REFRESH" content="3;url=http://codeception.com/codecept.phar">
</head>
<body>
<divid="root">
<divclass="layout">
<divclass="content">
<h2>Installation</h2>
<p><strong>1.</strong> Save this file into the root of desired PHP project</p>
<p><strong>2.</strong> Initialize test classes inside the root of your project</p>
<p><code>php codecept.phar bootstrap</code></p>
<p><strong>3.</strong> Write your tests!</p>
<p>Follow <ahref="http://codeception.com/docs/02-GettingStarted">Getting Started Guide</a> to perform configuration and write the first test.</p>
<pclass="small">Your download is on the way. <ahref="http://codeception.com/codecept.phar">Click here</a> if you don't want to wait any longer</p>
</div>
</div>
</div>
</body>
</html>