Skip to content

Commit

Permalink
change wrong test comments
Browse files Browse the repository at this point in the history
  • Loading branch information
TonisOrmisson committed Sep 25, 2024
1 parent ad2ae44 commit 903e3b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/functional/RegistrationCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function testRegistrationWithConfirmation(FunctionalTester $I)
}

/**
* Tests registration when user should set the password right after confirmation
* Tests registration when password is generated automatically and sent to user.
*
* @param FunctionalTester $I
*/
Expand All @@ -101,7 +101,7 @@ public function testRegistrationWithoutPassword(FunctionalTester $I)
}

/**
* Tests registration when password is generated automatically and sent to user.
* Tests registration when user should set the password right after confirmation
*
* @param FunctionalTester $I
*/
Expand Down

0 comments on commit 903e3b2

Please sign in to comment.