You are here

protected static property WeightTest::$modules in Weight 8.3

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/FunctionalJavascript/WeightTest.php, line 27

Class

WeightTest
Test basic functionality of weight.

Namespace

Drupal\Tests\weight\FunctionalJavascript

Code

protected static $modules = [
  'node',
  'views',
  'weight',
  'field_ui',
  'weight_test_views',
];