Skip to content

Commit f566267

Browse files
committed
start html remove tags
1 parent 0df14f3 commit f566267

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

quickstart.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
title: Quick Start Codeception
44
---
55

6-
</div></div>
6+
</div>
77
<div class="hero hero--quickstart">
88
<div class="wide">
99
<div class="container-fluid">
@@ -34,7 +34,6 @@ <h4 class="panel-title">1.Install</h4></div>
3434
</div>
3535
<p>
3636
</div>
37-
</a>
3837
<!-- <p>Use <code>codecept</code> instead of codecept.phar in this case.</p> -->
3938
</div> <!-- /.panel-body -->
4039
</div> <!-- /.panel -->
@@ -50,7 +49,6 @@ <h4 class="panel-title">1.Install</h4></div>
5049
<div class="highlight">
5150
<p>
5251
<pre>php vendor/bin/codecept bootstrap</pre>
53-
</p>
5452
</div>
5553
<p class="text-muted">This creates configuration file
5654
<b>codeception.yml</b> and <b>tests</b> directory and default test suites.
@@ -72,7 +70,6 @@ <h4 class="panel-title">1.Install</h4></div>
7270
<div class="highlight">
7371
<p>
7472
<pre>php vendor/bin/codecept generate:cest acceptance First</pre>
75-
</p>
7673
</div>
7774
</div> <!-- /.panel-body -->
7875
</div> <!-- /.panel -->
@@ -128,7 +125,6 @@ <h4 class="panel-title">5. Write a Basic Test</h4>
128125
<div class="highlight">
129126
<p>
130127
<pre>php vendor/bin/codecept run --steps</pre>
131-
</p>
132128
</div>
133129
<p class="text-muted">This will execute our Welcome test with
134130
<b>PhpBrowser</b>. It's PHP script that can check HTML page contents, click

0 commit comments

Comments
 (0)