You are here

protected property AuthCodeFunctionalTest::$defaultTheme in Simple OAuth (OAuth2) & OpenID Connect 8.4

Same name and namespace in other branches
  1. 5.x tests/src/Functional/AuthCodeFunctionalTest.php \Drupal\Tests\simple_oauth\Functional\AuthCodeFunctionalTest::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 TokenBearerFunctionalTestBase::$defaultTheme

File

tests/src/Functional/AuthCodeFunctionalTest.php, line 19

Class

AuthCodeFunctionalTest
The auth code test.

Namespace

Drupal\Tests\simple_oauth\Functional

Code

protected $defaultTheme = 'stark';