public static property ContentEntityCloneTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/system/src/Tests/Entity/ContentEntityCloneTest.php \Drupal\system\Tests\Entity\ContentEntityCloneTest::modules
Modules to enable.
Type: array
Overrides EntityUnitTestBase::$modules
File
- core/
modules/ system/ src/ Tests/ Entity/ ContentEntityCloneTest.php, line 23 - Contains \Drupal\system\Tests\Entity\ContentEntityCloneTest.
Class
- ContentEntityCloneTest
- Tests proper cloning of content entities.
Namespace
Drupal\system\Tests\EntityCode
public static $modules = [
'language',
'entity_test',
];