public static property StorageTest::$modules in Zircon Profile 8
Same name in this branch
- 8 core/modules/views_ui/src/Tests/StorageTest.php \Drupal\views_ui\Tests\StorageTest::modules
- 8 core/modules/system/src/Tests/Form/StorageTest.php \Drupal\system\Tests\Form\StorageTest::modules
Same name and namespace in other branches
- 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\TestsCode
public static $modules = array(
'views_ui',
'language',
);