public static function EntityPrintTest::getInfo in Entity Print 7
File
- tests/
entity_print.test, line 20 - Entity print tests.
Class
- EntityPrintTest
- @file Entity print tests.
Code
public static function getInfo() {
return array(
'name' => t('Entity Print Tests'),
'description' => t('Entity print css and permission tests.'),
'group' => 'Entity Print',
);
}