You are here

protected property SchedulerBrowserTestBase::$defaultTheme in Scheduler 8

Same name and namespace in other branches
  1. 2.x tests/src/Functional/SchedulerBrowserTestBase.php \Drupal\Tests\scheduler\Functional\SchedulerBrowserTestBase::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/SchedulerBrowserTestBase.php, line 34

Class

SchedulerBrowserTestBase
Base class to provide common browser test setup.

Namespace

Drupal\Tests\scheduler\Functional

Code

protected $defaultTheme = 'stark';