protected property DependentDropdownTest::$defaultTheme in Examples for Developers 8
Same name in this branch
- 8 ajax_example/tests/src/Functional/DependentDropdownTest.php \Drupal\Tests\ajax_example\Functional\DependentDropdownTest::defaultTheme
- 8 ajax_example/tests/src/FunctionalJavascript/DependentDropdownTest.php \Drupal\Tests\ajax_example\FunctionalJavascript\DependentDropdownTest::defaultTheme
Same name and namespace in other branches
- 3.x modules/ajax_example/tests/src/Functional/DependentDropdownTest.php \Drupal\Tests\ajax_example\Functional\DependentDropdownTest::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
- ajax_example/
tests/ src/ Functional/ DependentDropdownTest.php, line 23
Class
- DependentDropdownTest
- Functional test of non-AJAX dependent dropdown example.
Namespace
Drupal\Tests\ajax_example\FunctionalCode
protected $defaultTheme = 'stark';