-
Notifications
You must be signed in to change notification settings - Fork 133
Expand file tree
/
Copy pathhero.html
More file actions
19 lines (19 loc) · 978 Bytes
/
hero.html
File metadata and controls
19 lines (19 loc) · 978 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<div id="home-hero">
<div class="container">
<div class="bubble">
<img src="/images/code-example.svg" class="code-example visible-lg-block" alt="code example">
<h1>PHP Testing for <br>everyone<span class="blue">_</span></h1>
<p class="lead">
Codeception collects and shares best practices and solutions for testing PHP web applications. With a
flexible
set of included modules tests are easy to write, easy to use and easy to maintain.<br>
</p>
<div class="home-btns">
<a class="btn btn-lg btn-install" href="/quickstart">Quick Start</a>
<a class="btn btn-lg btn-default"
href="https://sdclabs.com/codeception?utm_source=codeception.com&utm_medium=cover_section&utm_term=big_button&utm_campaign=reference">Enterprise
Support</a>
</div>
</div>
</div>
</div>