-
Notifications
You must be signed in to change notification settings - Fork 127
/
thanks_php80.html
21 lines (21 loc) · 1014 Bytes
/
thanks_php80.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
layout: bootstrap
title: Thanks for choosing Codeception!
meta:
<meta http-equiv="REFRESH" content="3;url=https://codeception.com/php80/codecept.phar">
---
<div class="container">
<div class="row">
<div class="col-xs-12 fill-thanks">
<h2>Installation - Codeception v5 Phar for PHP 8.0+</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="https://codeception.com/docs/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="https://codeception.com/php80/codecept.phar"> Click
here</a> if you don't want to wait any longer</p>
</div>
</div>
</div>