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
56 lines (38 loc) · 2.15 KB
/
thanks.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">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="title" content="Codeception - BDD-style PHP testing framework" />
<title>Thanks for choosing Codeception!</title>
<link rel="shortcut icon" href="/images/favicon.png" />
<link href='http://fonts.googleapis.com/css?family=Philosopher&subset=latin' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" media="screen" href="http://codeception.com/css/screen.css" />
<link title="Codeception Blog" type="application/rss+xml" rel="alternate" href="/rss.xml"/>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1899308-9']);
_gaq.push(['_trackPageview']);
(function() {
var ga = 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';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<meta http-equiv="REFRESH" content="3;url=http://codeception.com/codecept.phar">
</head>
<body>
<div id="root">
<div class="layout">
<div class="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 <a href="http://codeception.com/docs/02-GettingStarted">Getting Started Guide</a> to perform configuration and write the first test.</p>
<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>
</div>
</div>
</div>
</body>
</html>