You are here

protected property ImageBrowserUploadValidationTest::$defaultTheme in Lightning Media 8.4

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

Class

ImageBrowserUploadValidationTest
Tests validation when uploading files into the image browser.

Namespace

Drupal\Tests\lightning_media_image\Functional

Code

protected $defaultTheme = 'classy';