public static property StorageTest::$modules

Same name in this branch

Modules to enable.

Type: array

Overrides UITestBase::$modules

File

drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/StorageTest.php, line 29
Contains \Drupal\views_ui\tests\StorageTest.

Class

StorageTest
Tests the UI of storage properties of views.

Namespace

Drupal\views_ui\Tests

Code

public static $modules = array(
  'views_ui',
  'language',
);