You are here

public static property FieldImportDeleteUninstallUiTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/field/src/Tests/FieldImportDeleteUninstallUiTest.php \Drupal\field\Tests\FieldImportDeleteUninstallUiTest::modules

Modules to enable.

Type: array

File

core/modules/field/src/Tests/FieldImportDeleteUninstallUiTest.php, line 26
Contains \Drupal\field\Tests\FieldImportDeleteUninstallUiTest.

Class

FieldImportDeleteUninstallUiTest
Delete field storages and fields during config synchronization and uninstall module that provides the field type through the UI.

Namespace

Drupal\field\Tests

Code

public static $modules = array(
  'entity_test',
  'telephone',
  'config',
  'filter',
  'datetime',
);