You are here

protected property UserPictureTest::$profile in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/user/tests/src/Functional/UserPictureTest.php \Drupal\Tests\user\Functional\UserPictureTest::profile
  2. 10 core/modules/user/tests/src/Functional/UserPictureTest.php \Drupal\Tests\user\Functional\UserPictureTest::profile

The profile to install as a basis for testing.

Using the standard profile to test user picture config provided by the standard profile.

Type: string

Overrides BrowserTestBase::$profile

File

core/modules/user/tests/src/Functional/UserPictureTest.php, line 32

Class

UserPictureTest
Tests user picture functionality.

Namespace

Drupal\Tests\user\Functional

Code

protected $profile = 'standard';