function NodeTeaserTest::get_info in SimpleTest 6
Implementation of get_info() for information
File
- tests/
node_teaser.test, line 6
Class
Code
function get_info() {
return array(
'name' => t('Node teaser tests'),
'desc' => t('Calls node_teaser() with different strings and lengths.'),
'group' => 'Node Tests',
);
}