You are here

protected property DynamicFormSectionsTest::$defaultTheme in Examples for Developers 3.x

Same name in this branch
  1. 3.x modules/ajax_example/tests/src/Functional/DynamicFormSectionsTest.php \Drupal\Tests\ajax_example\Functional\DynamicFormSectionsTest::defaultTheme
  2. 3.x modules/ajax_example/tests/src/FunctionalJavascript/DynamicFormSectionsTest.php \Drupal\Tests\ajax_example\FunctionalJavascript\DynamicFormSectionsTest::defaultTheme
Same name and namespace in other branches
  1. 8 ajax_example/tests/src/Functional/DynamicFormSectionsTest.php \Drupal\Tests\ajax_example\Functional\DynamicFormSectionsTest::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/ajax_example/tests/src/Functional/DynamicFormSectionsTest.php, line 23

Class

DynamicFormSectionsTest
Functional test of non-AJAX dependent dropdown example.

Namespace

Drupal\Tests\ajax_example\Functional

Code

protected $defaultTheme = 'stark';