You are here

protected property CckSelectOtherMultipleValueTest::$defaultTheme in CCK Select Other 8

The theme to install as the default for testing.

Defaults to the install profile's default theme, if it specifies any.

Type: string

Overrides CckSelectOtherTestBase::$defaultTheme

File

tests/src/Functional/CckSelectOtherMultipleValueTest.php, line 15

Class

CckSelectOtherMultipleValueTest
Tests that multiple values are saved properly.

Namespace

Drupal\Tests\cck_select_other\Functional

Code

protected $defaultTheme = 'classy';