Skip to content

Commit 3bf939c

Browse files
committed
merged with master
2 parents a408643 + ddb869a commit 3bf939c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Module/Laravel5.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ public function seeFormErrorMessage($key, $expectedErrorMessage = null)
616616
* $I->amLoggedAs(['username' => 'jane@example.com', 'password' => 'password']);
617617
*
618618
* // provide User object
619-
* $I->amLoggesAs( new User );
619+
* $I->amLoggedAs( new User );
620620
*
621621
* // can be verified with $I->seeAuthentication();
622622
* ?>

0 commit comments

Comments
 (0)