You are here

protected property BatchExampleWebTest::$defaultTheme in Examples for Developers 3.x

Same name and namespace in other branches
  1. 8 batch_example/tests/src/Functional/BatchExampleWebTest.php \Drupal\Tests\batch_example\Functional\BatchExampleWebTest::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

modules/batch_example/tests/src/Functional/BatchExampleWebTest.php, line 19

Class

BatchExampleWebTest
Functional tests for the Batch Example module.

Namespace

Drupal\Tests\batch_example\Functional

Code

protected $defaultTheme = 'stark';