You are here

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

Same name and namespace in other branches
  1. 8 form_api_example/tests/src/Functional/SimpleFormBlockTest.php \Drupal\Tests\form_api_example\Functional\SimpleFormBlockTest::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/form_api_example/tests/src/Functional/SimpleFormBlockTest.php, line 18

Class

SimpleFormBlockTest
Tests \Drupal\form_api_example\Plugin\Block\SimpleFormBlock.

Namespace

Drupal\Tests\form_api_example\Functional

Code

protected $defaultTheme = 'stark';