You are here

protected property DevelCommandsTest::$defaultTheme in Devel 4.x

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

tests/src/Functional/DevelCommandsTest.php, line 28

Class

DevelCommandsTest
@coversDefaultClass \Drupal\devel\Commands\DevelCommands @group devel

Namespace

Drupal\Tests\devel\Functional

Code

protected $defaultTheme = 'stark';