You are here

protected property EntityFilteringThemeTest::$profile in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Tests/Theme/EntityFilteringThemeTest.php \Drupal\system\Tests\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 WebTestBase::$profile

File

core/modules/system/src/Tests/Theme/EntityFilteringThemeTest.php, line 34
Contains \Drupal\system\Tests\Theme\EntityFilteringThemeTest.

Class

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

Namespace

Drupal\system\Tests\Theme

Code

protected $profile = 'standard';