EntityTypeWithoutViewsDataTest::$modules

Same name and namespace in other branches
  1. 9 core/modules/datetime_range/tests/src/Kernel/Views/EntityTypeWithoutViewsDataTest.php \Drupal\Tests\datetime_range\Kernel\Views\EntityTypeWithoutViewsDataTest::modules
  2. 10 core/modules/datetime_range/tests/src/Kernel/Views/EntityTypeWithoutViewsDataTest.php \Drupal\Tests\datetime_range\Kernel\Views\EntityTypeWithoutViewsDataTest::modules
  3. 11.x core/modules/datetime_range/tests/src/Kernel/Views/EntityTypeWithoutViewsDataTest.php \Drupal\Tests\datetime_range\Kernel\Views\EntityTypeWithoutViewsDataTest::modules

Type: modules

Overrides KernelTestBase::$modules

File

core/modules/datetime_range/tests/src/Kernel/Views/EntityTypeWithoutViewsDataTest.php, line 20

Class

EntityTypeWithoutViewsDataTest
Tests <a href="/api/drupal/core%21modules%21datetime_range%21datetime_range.module/8.9.x" title="Field hooks to implement a datetime field that stores a start and end date." class="local">datetime_range.module</a> when an entity type provides no views data.

Namespace

Drupal\Tests\datetime_range\Kernel\Views

Code

protected static $modules = [
    'datetime_range',
    'datetime_range_test',
    'node',
    'system',
    'taxonomy',
    'text',
    'user',
    'views',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.