public static function DateMigrateTestCase::getInfo in Date 7.2
Same name and namespace in other branches
- 7.3 tests/DateMigrateTestCase.test \DateMigrateTestCase::getInfo()
Provides information about this test.
File
- tests/
DateMigrateTestCase.test, line 16 - Test for using date fields with Migrate module.
Class
- DateMigrateTestCase
- Test for using date fields with Migrate module.
Code
public static function getInfo() {
return array(
'name' => 'Date Migration',
'description' => 'Test migration into date fields.',
'group' => 'Date',
'dependencies' => array(
'migrate',
'features',
),
);
}