You are here

protected static property MetatagAsyncWidgetTest::$modules 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::modules
  2. 1.0.x tests/src/FunctionalJavascript/MetatagAsyncWidgetTest.php \Drupal\Tests\metatag_async_widget\FunctionalJavascript\MetatagAsyncWidgetTest::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/FunctionalJavascript/MetatagAsyncWidgetTest.php, line 19

Class

MetatagAsyncWidgetTest
Ensures that metatag_async_widget works with JavaScript enabled.

Namespace

Drupal\Tests\metatag_async_widget\FunctionalJavascript

Code

protected static $modules = [
  'field_ui',
  'metatag_async_widget',
  'node',
  'block',
];