public static function RelationEntityCollectorTestCase::getInfo in Relation 7
File
- relation_entity_collector/
tests/ relation_entity_collector.test, line 13 - Tests for Relation Entity Collector module.
Class
- RelationEntityCollectorTestCase
- Functional test of Relation's integration with the Entity Collector.
Code
public static function getInfo() {
return array(
'name' => 'Relation Entity Collector test',
'description' => 'Tests the Relation Entity Collector.',
'group' => 'Relation',
);
}