protected property UserPasswordResetTest::$account in Drupal 8
Same name in this branch
- 8 core/modules/user/tests/src/Functional/UserPasswordResetTest.php \Drupal\Tests\user\Functional\UserPasswordResetTest::account
- 8 core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php \Drupal\Tests\user\FunctionalJavascript\UserPasswordResetTest::account
Same name and namespace in other branches
- 9 core/modules/user/tests/src/Functional/UserPasswordResetTest.php \Drupal\Tests\user\Functional\UserPasswordResetTest::account
The user object to test password resetting.
Type: \Drupal\user\UserInterface
File
- core/
modules/ user/ tests/ src/ Functional/ UserPasswordResetTest.php, line 28
Class
- UserPasswordResetTest
- Ensure that password reset methods work as expected.
Namespace
Drupal\Tests\user\FunctionalCode
protected $account;