Modules to enable.
Type: array
File
- drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityCrudHookTest.php, line 31
- Definition of Drupal\system\Tests\Entity\EntityCrudHookTest.
Class
- EntityCrudHookTest
- Tests invocation of hooks when performing an action.
Namespace
Drupal\system\Tests\Entity
Code
public static $modules = array(
'entity_crud_hook_test',
'taxonomy',
'comment',
'file',
);