public static property EntityCrudHookTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/system/src/Tests/Entity/EntityCrudHookTest.php \Drupal\system\Tests\Entity\EntityCrudHookTest::modules
Modules to enable.
Type: array
Overrides EntityUnitTestBase::$modules
File
- core/
modules/ system/ src/ Tests/ Entity/ EntityCrudHookTest.php, line 46 - Contains \Drupal\system\Tests\Entity\EntityCrudHookTest.
Class
- EntityCrudHookTest
- Tests the invocation of hooks when creating, inserting, loading, updating or deleting an entity.
Namespace
Drupal\system\Tests\EntityCode
public static $modules = array(
'block',
'block_test',
'entity_crud_hook_test',
'file',
'taxonomy',
'node',
'comment',
);