You are here

protected property UserNotBlockedTest::$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/Functional/UserNotBlockedTest.php, line 19

Class

UserNotBlockedTest
Test that newly created users can be created, unblocked.

Namespace

Drupal\Tests\create_user_permission\Functional

Code

protected $defaultTheme = 'stark';