public static property OptionsTestBase::$modules in Drupal 8
Same name and namespace in other branches
- 9 core/modules/options/tests/src/Kernel/Views/OptionsTestBase.php \Drupal\Tests\options\Kernel\Views\OptionsTestBase::modules
- 10 core/modules/options/tests/src/Kernel/Views/OptionsTestBase.php \Drupal\Tests\options\Kernel\Views\OptionsTestBase::modules
Modules to enable.
Type: array
Overrides ViewsKernelTestBase::$modules
File
- core/
modules/ options/ tests/ src/ Kernel/ Views/ OptionsTestBase.php, line 22
Class
- OptionsTestBase
- Base class for options views tests.
Namespace
Drupal\Tests\options\Kernel\ViewsCode
public static $modules = [
'options',
'options_test_views',
'node',
'user',
'field',
];