protected property UserPasswordResetTest::$profile in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/user/src/Tests/UserPasswordResetTest.php \Drupal\user\Tests\UserPasswordResetTest::profile
The profile to install as a basis for testing.
This test uses the standard profile to test the password reset in combination with an ajax request provided by the user picture configuration in the standard profile.
Type: string
Overrides WebTestBase::$profile
File
- core/
modules/ user/ src/ Tests/ UserPasswordResetTest.php, line 29 - Contains \Drupal\user\Tests\UserPasswordResetTest.
Class
- UserPasswordResetTest
- Ensure that password reset methods work as expected.
Namespace
Drupal\user\TestsCode
protected $profile = 'standard';