Skip to content

Commit ea5a3f3

Browse files
Fix syntax error in example configuration
1 parent 9427f28 commit ea5a3f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

for/laravel.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ modules:
120120
- WebDriver:
121121
url: 'https://localhost/' # put your local url
122122
browser: firefox
123-
- Laravel5
123+
- Laravel5:
124124
part: ORM
125125
cleanup: false # can't wrap into transaction
126126
- \Helper\Acceptance
@@ -181,4 +181,4 @@ In the same manner features can be set up as functional tests.
181181
<div class="alert alert-warning">
182182
<span class="glyphicon glyphicon-info-sign" aria-hidden="true"></span>
183183
Continue to <a href="http://codeception.com/docs/07-BDD">Behavior Driven Development Guide &raquo;</a>
184-
</div>
184+
</div>

0 commit comments

Comments
 (0)