You are here

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

Same name and namespace in other branches
  1. 8 core/modules/views_ui/src/Tests/TagTest.php \Drupal\views_ui\Tests\TagTest::modules

Modules to enable.

Type: array

Overrides ViewKernelTestBase::$modules

File

core/modules/views_ui/src/Tests/TagTest.php, line 25
Contains \Drupal\views_ui\Tests\TagTest.

Class

TagTest
Tests the views ui tagging functionality.

Namespace

Drupal\views_ui\Tests

Code

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