public static property FieldImportDeleteUninstallTest::$modules in Drupal 8
Same name and namespace in other branches
- 9 core/modules/field/tests/src/Kernel/FieldImportDeleteUninstallTest.php \Drupal\Tests\field\Kernel\FieldImportDeleteUninstallTest::modules
- 10 core/modules/field/tests/src/Kernel/FieldImportDeleteUninstallTest.php \Drupal\Tests\field\Kernel\FieldImportDeleteUninstallTest::modules
Modules to enable.
Type: array
Overrides FieldKernelTestBase::$modules
File
- core/
modules/ field/ tests/ src/ Kernel/ FieldImportDeleteUninstallTest.php, line 24
Class
- FieldImportDeleteUninstallTest
- Delete field storages and fields during config synchronization and uninstall module that provides the field type.
Namespace
Drupal\Tests\field\KernelCode
public static $modules = [
'telephone',
];