You are here

protected static property TagTest::$modules in Drupal 9

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

Modules to enable.

Type: array

Overrides ViewsKernelTestBase::$modules

File

core/modules/views_ui/tests/src/Kernel/TagTest.php, line 22

Class

TagTest
Tests the views ui tagging functionality.

Namespace

Drupal\Tests\views_ui\Kernel

Code

protected static $modules = [
  'views',
  'views_ui',
  'user',
];