You are here

protected property FieldReportTest::$defaultTheme in Field Permissions 8.2

Same name and namespace in other branches
  1. 8 tests/src/Functional/FieldReportTest.php \Drupal\Tests\field_permissions\Functional\FieldReportTest::defaultTheme

The theme to install as the default for testing.

Defaults to the install profile's default theme, if it specifies any.

Type: string

Overrides BrowserTestBase::$defaultTheme

File

tests/src/Functional/FieldReportTest.php, line 32

Class

FieldReportTest
Test the field permissions report page.

Namespace

Drupal\Tests\field_permissions\Functional

Code

protected $defaultTheme = 'stark';