You are here

protected property SubmitDrivenTest::$defaultTheme in Examples for Developers 8

Same name and namespace in other branches
  1. 3.x modules/ajax_example/tests/src/FunctionalJavascript/SubmitDrivenTest.php \Drupal\Tests\ajax_example\FunctionalJavascript\SubmitDrivenTest::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/FunctionalJavascript/SubmitDrivenTest.php, line 18

Class

SubmitDrivenTest
Tests the behavior of the submit-driven AJAX example.

Namespace

Drupal\Tests\ajax_example\FunctionalJavascript

Code

protected $defaultTheme = 'stark';