You are here

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

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

Class

BynderWidgetsTest
Tests the Bynder Entity Browser widgets.

Namespace

Drupal\Tests\bynder\Functional

Code

protected $defaultTheme = 'stark';