You are here

protected property FormsTest::$defaultTheme in JSON Web Token Authentication (JWT) 8

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

modules/users_jwt/tests/src/Functional/FormsTest.php, line 26

Class

FormsTest
Simple test to ensure that user pages and forms work.

Namespace

Drupal\Tests\users_jwt\Functional

Code

protected $defaultTheme = 'stark';