public static property ComputedFieldTest::$modules in Drupal 8
Same name and namespace in other branches
- 9 core/modules/views/tests/src/Kernel/Handler/ComputedFieldTest.php \Drupal\Tests\views\Kernel\Handler\ComputedFieldTest::modules
- 10 core/modules/views/tests/src/Kernel/Handler/ComputedFieldTest.php \Drupal\Tests\views\Kernel\Handler\ComputedFieldTest::modules
Modules to enable.
Type: array
Overrides ViewsKernelTestBase::$modules
File
- core/
modules/ views/ tests/ src/ Kernel/ Handler/ ComputedFieldTest.php, line 29
Class
- ComputedFieldTest
- Provides some integration tests for the Field handler.
Namespace
Drupal\Tests\views\Kernel\HandlerCode
public static $modules = [
'entity_test',
];