RowPluginTest::$modules

Same name in other branches
  1. 9 core/modules/node/tests/src/Functional/Views/RowPluginTest.php \Drupal\Tests\node\Functional\Views\RowPluginTest::modules
  2. 8.9.x core/modules/node/tests/src/Functional/Views/RowPluginTest.php \Drupal\Tests\node\Functional\Views\RowPluginTest::modules
  3. 11.x core/modules/node/tests/src/Kernel/Views/RowPluginTest.php \Drupal\Tests\node\Kernel\Views\RowPluginTest::modules

Type: modules

Overrides ViewsKernelTestBase::$modules

File

core/modules/node/tests/src/Kernel/Views/RowPluginTest.php, line 35

Class

RowPluginTest
Tests the node row plugin.

Namespace

Drupal\Tests\node\Kernel\Views

Code

protected static $modules = [
    'field',
    'filter',
    'node',
    'node_test_views',
    'text',
    'user',
];

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