You are here

public static property ViewsFormTest::$modules in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/views/src/Tests/Plugin/ViewsFormTest.php \Drupal\views\Tests\Plugin\ViewsFormTest::modules

Modules to enable.

Type: array

File

core/modules/views/src/Tests/Plugin/ViewsFormTest.php, line 24
Contains \Drupal\views\Tests\Plugin\ViewsFormTest.

Class

ViewsFormTest
Tests Views forms functionality.

Namespace

Drupal\views\Tests\Plugin

Code

public static $modules = array(
  'action_bulk_test',
);