Skip to content

Commit 2fbe8ff

Browse files
author
Nathan Hurst
committed
Updating documentation to use configs like the codeception bootstrap. Previous configs here did not work.
1 parent 2b62479 commit 2fbe8ff

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
@@ -97,12 +97,13 @@ <h1>Codeception Quickstart Guide</h1>
9797
<b>dev server</b>is running. &nbsp;Put application URL into:&nbsp;
9898
<b>tests/acceptance.suite.yml</b>&nbsp;</p>
9999
<div>
100-
<pre>class_name: AcceptanceGuy
101-
modules:
102-
enabled: [PhpBrowser, AcceptanceHelper]
103-
config:
104-
PhpBrowser:
105-
url: '<b>{YOUR APP'S URL}</b>'
100+
<pre>
101+
class_name: AcceptanceTester
102+
modules:
103+
enabled:
104+
- PhpBrowser:
105+
url: {YOUR APP'S URL}
106+
- \Helper\Acceptance
106107
</pre>
107108
</div>
108109
</div>

0 commit comments

Comments
 (0)