You are here

protected property MetatagAsyncWidgetTest::$defaultTheme in Metatag Asynchronous Widget 1.0.x

Same name in this branch
  1. 1.0.x tests/src/Functional/MetatagAsyncWidgetTest.php \Drupal\Tests\metatag_async_widget\Functional\MetatagAsyncWidgetTest::defaultTheme
  2. 1.0.x tests/src/FunctionalJavascript/MetatagAsyncWidgetTest.php \Drupal\Tests\metatag_async_widget\FunctionalJavascript\MetatagAsyncWidgetTest::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

tests/src/Functional/MetatagAsyncWidgetTest.php, line 29

Class

MetatagAsyncWidgetTest
Ensures that metatag_async_wdiget works with JavaScript disabled.

Namespace

Drupal\Tests\metatag_async_widget\Functional

Code

protected $defaultTheme = 'stark';