You are here

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

Same name and namespace in other branches
  1. 2.1.x modules/sms_blast/tests/src/Functional/SmsBlastBrowserTest.php \Drupal\Tests\sms_blast\Functional\SmsBlastBrowserTest::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_blast/tests/src/Functional/SmsBlastBrowserTest.php, line 27

Class

SmsBlastBrowserTest
Integration tests for the sms_blast module.

Namespace

Drupal\Tests\sms_blast\Functional

Code

protected $defaultTheme = 'classy';