public static property DateMigrateExampleUnitTest::$modules in Date 8
Declares the module dependencies for the test.
File
- date_migrate/
lib/ Drupal/ date_migrate/ DateMigrateExampleUnitTest.php, line 30 - Test for using date fields with Migrate module.
Class
- DateMigrateExampleUnitTest
- Test date migration.
Namespace
Drupal\date_migrate\TestsCode
public static $modules = array(
'migrate',
'features',
'date',
'date_repeat',
'date_repeat_field',
'date_migrate_example',
);