You are here

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

Same name and namespace in other branches
  1. 8 ajax_example/tests/src/Functional/AjaxExampleMenuTest.php \Drupal\Tests\ajax_example\Functional\AjaxExampleMenuTest::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/AjaxExampleMenuTest.php, line 21

Class

AjaxExampleMenuTest
Verify tool block menu items and operability of all our routes.

Namespace

Drupal\Tests\ajax_example\Functional

Code

protected $defaultTheme = 'stark';