You are here

protected static property ViewsDataIntegrationTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/content_moderation/tests/src/Kernel/ViewsDataIntegrationTest.php \Drupal\Tests\content_moderation\Kernel\ViewsDataIntegrationTest::modules
  2. 9 core/modules/content_moderation/tests/src/Kernel/ViewsDataIntegrationTest.php \Drupal\Tests\content_moderation\Kernel\ViewsDataIntegrationTest::modules

File

core/modules/content_moderation/tests/src/Kernel/ViewsDataIntegrationTest.php, line 23

Class

ViewsDataIntegrationTest
Tests the views integration of content_moderation.

Namespace

Drupal\Tests\content_moderation\Kernel

Code

protected static $modules = [
  'content_moderation_test_views',
  'node',
  'content_moderation',
  'workflows',
  'entity_test',
];