You are here

protected property MediaBrowserEmbedCodeWidgetTest::$defaultTheme in Lightning Media 8.3

Same name in this branch
  1. 8.3 tests/src/Functional/MediaBrowserEmbedCodeWidgetTest.php \Drupal\Tests\lightning_media\Functional\MediaBrowserEmbedCodeWidgetTest::defaultTheme
  2. 8.3 tests/src/FunctionalJavascript/MediaBrowserEmbedCodeWidgetTest.php \Drupal\Tests\lightning_media\FunctionalJavascript\MediaBrowserEmbedCodeWidgetTest::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/MediaBrowserEmbedCodeWidgetTest.php, line 17

Class

MediaBrowserEmbedCodeWidgetTest
Tests the embed code widget in the media browser.

Namespace

Drupal\Tests\lightning_media\FunctionalJavascript

Code

protected $defaultTheme = 'stark';