protected static property EntityValidationTest::$modules in Drupal 9
Same name and namespace in other branches
- 8 core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php \Drupal\KernelTests\Core\Entity\EntityValidationTest::modules
Modules to enable.
Type: array
Overrides EntityKernelTestBase::$modules
File
- core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityValidationTest.php, line 20
Class
- EntityValidationTest
- Tests the Entity Validation API.
Namespace
Drupal\KernelTests\Core\EntityCode
protected static $modules = [
'filter',
'text',
'language',
];