public static property DisplayKernelTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/views/src/Tests/Plugin/DisplayKernelTest.php \Drupal\views\Tests\Plugin\DisplayKernelTest::modules
Modules to enable.
Type: array
Overrides ViewKernelTestBase::$modules
File
- core/
modules/ views/ src/ Tests/ Plugin/ DisplayKernelTest.php, line 31 - Contains \Drupal\views\Tests\Plugin\DisplayKernelTest.
Class
- DisplayKernelTest
- Drupal unit tests for the DisplayPluginBase class.
Namespace
Drupal\views\Tests\PluginCode
public static $modules = array(
'block',
'node',
'field',
'user',
);