You are here

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

Same name and namespace in other branches
  1. 2.1.x modules/sms_devel/tests/src/Functional/SmsDevelMessageTest.php \Drupal\Tests\sms_devel\Functional\SmsDevelMessageTest::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_devel/tests/src/Functional/SmsDevelMessageTest.php, line 28

Class

SmsDevelMessageTest
Tests the message form.

Namespace

Drupal\Tests\sms_devel\Functional

Code

protected $defaultTheme = 'classy';