Skip to content

Commit 5650d7f

Browse files
committed
Merge pull request Codeception#55 from TeachersPayTeachers/master
Updating documentation to use configs like the codeception bootstrap
2 parents 246ea83 + 2fbe8ff commit 5650d7f

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

quickstart.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,13 @@ <h1>Codeception Quickstart Guide</h1>
105105
<b>dev server</b>is running. &nbsp;Put application URL into:&nbsp;
106106
<b>tests/acceptance.suite.yml</b>&nbsp;</p>
107107
<div>
108-
<pre>class_name: AcceptanceGuy
109-
modules:
110-
enabled: [PhpBrowser, AcceptanceHelper]
111-
config:
112-
PhpBrowser:
113-
url: '<b>{YOUR APP'S URL}</b>'
108+
<pre>
109+
class_name: AcceptanceTester
110+
modules:
111+
enabled:
112+
- PhpBrowser:
113+
url: {YOUR APP'S URL}
114+
- \Helper\Acceptance
114115
</pre>
115116
</div>
116117
</div>

0 commit comments

Comments
 (0)