public static property EntityBundleFieldTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/system/src/Tests/Entity/EntityBundleFieldTest.php \Drupal\system\Tests\Entity\EntityBundleFieldTest::modules
Modules to enable.
Type: array
Overrides EntityUnitTestBase::$modules
File
- core/
modules/ system/ src/ Tests/ Entity/ EntityBundleFieldTest.php, line 22 - Contains \Drupal\system\Tests\Entity\EntityBundleFieldTest.
Class
- EntityBundleFieldTest
- Tests adding a custom bundle field.
Namespace
Drupal\system\Tests\EntityCode
public static $modules = array(
'entity_schema_test',
);