You are here

protected property IndexFacetsTest::$defaultTheme in JSON:API Search API 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/jsonapi_search_api_facets/tests/src/Functional/IndexFacetsTest.php, line 31

Class

IndexFacetsTest
Tests searching with facets.

Namespace

Drupal\Tests\jsonapi_search_api_facets\Functional

Code

protected $defaultTheme = 'stark';