public static function RelationMigrateTestCase::getInfo in Relation 7
File
- relation_migrate/
tests/ relation.migrate.test, line 12 - Test case that tests relation_migrate.module.
Class
- RelationMigrateTestCase
- Functional tests of Relation's integration with Migrate.
Code
public static function getInfo() {
return array(
'name' => 'Relation Migrate test',
'description' => 'Tests the Relation Migrate support.',
'group' => 'Relation',
);
}