You are here

protected property CircleV2FormTest::$defaultTheme in Build Hooks 3.x

Same name and namespace in other branches
  1. 8.2 modules/build_hooks_circleci/tests/src/Functional/CircleV2FormTest.php \Drupal\Tests\build_hooks_circleci\Functional\CircleV2FormTest::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/build_hooks_circleci/tests/src/Functional/CircleV2FormTest.php, line 17

Class

CircleV2FormTest
Defines a class for testing configuration form of CircleV2 plugin.

Namespace

Drupal\Tests\build_hooks_circleci\Functional

Code

protected $defaultTheme = 'stark';