public static property RowPluginTest::$modules in Drupal 8
Same name and namespace in other branches
- 9 core/modules/node/tests/src/Functional/Views/RowPluginTest.php \Drupal\Tests\node\Functional\Views\RowPluginTest::modules
- 10 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\ViewsCode
public static $modules = [
'node',
];