You are here

protected property EntityFilteringThemeTest::$profile in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php \Drupal\Tests\system\Functional\Theme\EntityFilteringThemeTest::profile
  2. 9 core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php \Drupal\Tests\system\Functional\Theme\EntityFilteringThemeTest::profile

Use the standard profile.

We test entity theming with the default node, user, comment, and taxonomy configurations at several paths in the standard profile.

Type: string

Overrides BrowserTestBase::$profile

File

core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php, line 38

Class

EntityFilteringThemeTest
Tests themed output for each entity type in all available themes to ensure entity labels are filtered for XSS.

Namespace

Drupal\Tests\system\Functional\Theme

Code

protected $profile = 'standard';