You are here

protected property BynderUploadWidgetTest::$defaultTheme in Bynder 8.3

Same name and namespace in other branches
  1. 8.2 tests/src/FunctionalJavascript/BynderUploadWidgetTest.php \Drupal\Tests\bynder\FunctionalJavascript\BynderUploadWidgetTest::defaultTheme
  2. 4.0.x tests/src/FunctionalJavascript/BynderUploadWidgetTest.php \Drupal\Tests\bynder\FunctionalJavascript\BynderUploadWidgetTest::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/BynderUploadWidgetTest.php, line 48
Tests Bynder upload widget.

Class

BynderUploadWidgetTest
Test the Bynder upload widget.

Namespace

Drupal\Tests\bynder\FunctionalJavascript

Code

protected $defaultTheme = 'stark';