public static property EntityDisplayTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/field_ui/src/Tests/EntityDisplayTest.php \Drupal\field_ui\Tests\EntityDisplayTest::modules
Modules to install.
Type: string[]
Overrides KernelTestBase::$modules
File
- core/
modules/ field_ui/ src/ Tests/ EntityDisplayTest.php, line 37 - Contains \Drupal\field_ui\Tests\EntityDisplayTest.
Class
- EntityDisplayTest
- Tests the entity display configuration entities.
Namespace
Drupal\field_ui\TestsCode
public static $modules = array(
'field_ui',
'field',
'entity_test',
'user',
'text',
'field_test',
'node',
'system',
);