CToolsViewsEntityViewBlockTest::$modules

Modules to enable.

Type: array

Overrides UITestBase::$modules

File

modules/ctools_views/tests/src/Functional/CToolsViewsEntityViewBlockTest.php, line 39

Class

CToolsViewsEntityViewBlockTest
Tests the ctools_views block display plugin overriding entity View filters.

Namespace

Drupal\Tests\ctools_views\Functional

Code

protected static $modules = [
    'ctools_views',
    'ctools_views_test_views',
    'taxonomy',
    'options',
    'datetime',
];