EntityViewTest::$modules

Same name in other branches
  1. 8.x-3.x tests/src/Kernel/Plugin/Block/EntityViewTest.php \Drupal\Tests\ctools\Kernel\Plugin\Block\EntityViewTest::modules

Type: modules

Overrides KernelTestBase::$modules

File

tests/src/Kernel/Plugin/Block/EntityViewTest.php, line 26

Class

EntityViewTest
Tests the entity_view block plugin.

Namespace

Drupal\Tests\ctools\Kernel\Plugin\Block

Code

protected static $modules = [
    'block',
    'ctools',
    'filter',
    'node',
    'system',
    'user',
];