You are here

protected property UserPasswordResetTest::$profile in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php \Drupal\Tests\user\FunctionalJavascript\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 BrowserTestBase::$profile

File

core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php, line 36

Class

UserPasswordResetTest
Ensure that password reset methods work as expected.

Namespace

Drupal\Tests\user\FunctionalJavascript

Code

protected $profile = 'standard';