You are here

protected property SmsFrameworkUserSettingsTest::$defaultTheme in SMS Framework 2.x

Same name and namespace in other branches
  1. 2.1.x modules/sms_user/tests/src/Functional/SmsFrameworkUserSettingsTest.php \Drupal\Tests\sms_user\Functional\SmsFrameworkUserSettingsTest::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 SmsFrameworkBrowserTestBase::$defaultTheme

File

modules/sms_user/tests/src/Functional/SmsFrameworkUserSettingsTest.php, line 25

Class

SmsFrameworkUserSettingsTest
Tests SMS User settings user interface.

Namespace

Drupal\Tests\sms_user\Functional

Code

protected $defaultTheme = 'classy';