You are here

protected property ComponentsTest::$defaultTheme in Components! 3.x

Same name and namespace in other branches
  1. 8.2 tests/src/Functional/ComponentsTest.php \Drupal\Tests\components\Functional\ComponentsTest::defaultTheme

The theme to install as the default for testing.

Type: string

Overrides BrowserTestBase::$defaultTheme

File

tests/src/Functional/ComponentsTest.php, line 30

Class

ComponentsTest
Tests the components module in a fully loaded Drupal instance.

Namespace

Drupal\Tests\components\Functional

Code

protected $defaultTheme = 'components_test_theme';