Skip to content

Commit 4cb771f

Browse files
Update quickstart.html: Moving "Write a Basic Test" upwards
1 parent 83caeef commit 4cb771f

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

quickstart.html

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -79,24 +79,6 @@ <h4 class="panel-title">1.Install</h4>
7979
</div> <!-- /.panel-body -->
8080
</div> <!-- /.panel -->
8181

82-
<div class="panel panel-info">
83-
<div class="panel-heading"><h4 class="panel-title">4. Configure Acceptance Tests</h4></div>
84-
<div class="panel-body">
85-
<p>Please make sure your local
86-
<b>development server</b> is running. &nbsp;Put application URL into:&nbsp;
87-
<b>tests/Acceptance.suite.yml</b>&nbsp;</p>
88-
<div class="highlight">
89-
<pre>
90-
actor: AcceptanceTester
91-
modules:
92-
enabled:
93-
- PhpBrowser:
94-
url: {YOUR APP'S URL}
95-
</pre>
96-
</div>
97-
</div> <!-- /.panel-body -->
98-
</div> <!-- /.panel -->
99-
10082
<div class="panel panel-info">
10183
<div class="panel-heading">
10284
<h4 class="panel-title">5. Write a Basic Test</h4>
@@ -123,6 +105,24 @@ <h4 class="panel-title">5. Write a Basic Test</h4>
123105
</div> <!-- /.panel-body -->
124106
</div> <!-- /.panel -->
125107

108+
<div class="panel panel-info">
109+
<div class="panel-heading"><h4 class="panel-title">5. Configure Acceptance Tests</h4></div>
110+
<div class="panel-body">
111+
<p>Please make sure your local
112+
<b>development server</b> is running. &nbsp;Put application URL into:&nbsp;
113+
<b>tests/Acceptance.suite.yml</b>&nbsp;</p>
114+
<div class="highlight">
115+
<pre>
116+
actor: AcceptanceTester
117+
modules:
118+
enabled:
119+
- PhpBrowser:
120+
url: {YOUR APP'S URL}
121+
</pre>
122+
</div>
123+
</div> <!-- /.panel-body -->
124+
</div> <!-- /.panel -->
125+
126126
<div class="panel panel-info">
127127
<div class="panel-heading"><h4 class="panel-title">6. Run!</h4></div>
128128
<div class="panel-body">

0 commit comments

Comments
 (0)