You are here

protected property UserPasswordResetTest::$profile in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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\Tests

Code

protected $profile = 'standard';