You are here

protected property ClaroTableDragTest::$defaultTheme in Drupal 9

Same name and namespace in other branches
  1. 8 core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroTableDragTest.php \Drupal\FunctionalJavascriptTests\Theme\ClaroTableDragTest::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 TableDragTest::$defaultTheme

File

core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroTableDragTest.php, line 19

Class

ClaroTableDragTest
Tests draggable tables with Claro theme.

Namespace

Drupal\FunctionalJavascriptTests\Theme

Code

protected $defaultTheme = 'claro';