You are here

protected property ViewProfilesPermsTest::$defaultTheme in View profiles permissions 2.0.x

Same name and namespace in other branches
  1. 8 tests/src/Functional/ViewProfilesPermsTest.php \Drupal\Tests\view_profiles_perms\Functional\ViewProfilesPermsTest::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/ViewProfilesPermsTest.php, line 29

Class

ViewProfilesPermsTest
Tests the permissions provided by view_profile_perms module.

Namespace

Drupal\Tests\view_profiles_perms\Functional

Code

protected $defaultTheme = 'stark';