You are here

protected property MediaEntityTypePluginTest::$defaultTheme in Bynder 4.0.x

Same name and namespace in other branches
  1. 8.3 tests/src/Functional/MediaEntityTypePluginTest.php \Drupal\Tests\bynder\Functional\MediaEntityTypePluginTest::defaultTheme
  2. 8.2 tests/src/Functional/MediaEntityTypePluginTest.php \Drupal\Tests\bynder\Functional\MediaEntityTypePluginTest::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/Functional/MediaEntityTypePluginTest.php, line 30

Class

MediaEntityTypePluginTest
Tests the Media entity type plugin.

Namespace

Drupal\Tests\bynder\Functional

Code

protected $defaultTheme = 'classy';