You are here

protected static property RowPluginTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/node/tests/src/Functional/Views/RowPluginTest.php \Drupal\Tests\node\Functional\Views\RowPluginTest::modules

Modules to enable.

Type: array

Overrides NodeTestBase::$modules

File

core/modules/node/tests/src/Functional/Views/RowPluginTest.php, line 20

Class

RowPluginTest
Tests the node row plugin.

Namespace

Drupal\Tests\node\Functional\Views

Code

protected static $modules = [
  'node',
];