You are here

protected property CanNotifyTest::$defaultTheme in Create user permission 2.x

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/FunctionalJavascript/CanNotifyTest.php, line 17

Class

CanNotifyTest
Test that "create users" able users can notify users about the new account.

Namespace

Drupal\Tests\create_user_permission\Functional

Code

protected $defaultTheme = 'stark';