You are here

protected property IntegrationTest::$defaultTheme in Search API Solr 4.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

modules/search_api_solr_defaults/tests/src/Functional/IntegrationTest.php, line 24

Class

IntegrationTest
Tests the correct installation of the default configs.

Namespace

Drupal\Tests\search_api_solr_defaults\Functional

Code

protected $defaultTheme = 'stark';