You are here

protected property InstallTest::$defaultTheme in Lightning Media 8.3

Same name and namespace in other branches
  1. 8.4 modules/lightning_media_image/tests/src/Functional/InstallTest.php \Drupal\Tests\lightning_media_image\Functional\InstallTest::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

modules/lightning_media_image/tests/src/Functional/InstallTest.php, line 18

Class

InstallTest
Tests install-time logic of Lightning Media Image.

Namespace

Drupal\Tests\lightning_media_image\Functional

Code

protected $defaultTheme = 'stark';