You are here

protected property SmsFrameworkBrowserTestBase::$defaultTheme in SMS Framework 2.1.x

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

Class

SmsFrameworkBrowserTestBase
Base test class for functional browser tests.

Namespace

Drupal\Tests\sms\Functional

Code

protected $defaultTheme = 'classy';