public static function EntityReferenceProvidersTestCase::getInfo in Entityreference prepopulate 7
File
- ./
entityreference_prepopulate.test, line 246
Class
Code
public static function getInfo() {
return array(
'name' => 'Providers',
'description' => 'Test the providers functionality.',
'group' => 'Entity reference prepopulate',
'dependencies' => array(
'og',
),
);
}