You are here

protected property HypermediaIntegrationTest::$defaultTheme in JSON:API Menu Items 1.2.x

Same name and namespace in other branches
  1. 1.1.x tests/src/Functional/HypermediaIntegrationTest.php \Drupal\Tests\jsonapi_menu_items\Functional\HypermediaIntegrationTest::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/HypermediaIntegrationTest.php, line 26

Class

HypermediaIntegrationTest
Tests JSON:API Hypermedia integration.

Namespace

Drupal\Tests\jsonapi_menu_items\Functional

Code

protected $defaultTheme = 'stark';