forked from Codeception/codeception.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
thanks.html
19 lines (18 loc) · 946 Bytes
/
thanks.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
layout: bootstrap
title: Thanks for choosing Codeception!
meta: <meta http-equiv="REFRESH" content="3;url=http://codeception.com/codecept.phar">
---
<div class="container">
<div class="row">
<div class="col-xs-12 fill-thanks">
<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> <!-- /col -->
</div> <!-- /row -->
</div> <!-- /.container -->