You are here

public static property StorageTest::$modules in Zircon Profile 8

Same name in this branch
  1. 8 core/modules/views_ui/src/Tests/StorageTest.php \Drupal\views_ui\Tests\StorageTest::modules
  2. 8 core/modules/system/src/Tests/Form/StorageTest.php \Drupal\system\Tests\Form\StorageTest::modules
Same name and namespace in other branches
  1. 8.0 core/modules/views_ui/src/Tests/StorageTest.php \Drupal\views_ui\Tests\StorageTest::modules

Modules to enable.

Type: array

Overrides UITestBase::$modules

File

core/modules/views_ui/src/Tests/StorageTest.php, line 32
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',
);