You are here

protected property ImageBrowserTest::$defaultTheme in Lightning Media 8.3

Same name and namespace in other branches
  1. 8.4 tests/src/FunctionalJavascript/ImageBrowserTest.php \Drupal\Tests\lightning_media\FunctionalJavascript\ImageBrowserTest::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

tests/src/FunctionalJavascript/ImageBrowserTest.php, line 23

Class

ImageBrowserTest
Tests the image browser shipped with Lightning Media Image.

Namespace

Drupal\Tests\lightning_media\FunctionalJavascript

Code

protected $defaultTheme = 'stark';