public static function PanelsTermViewWebTestCase::getInfo in Panels 7.3
File
- tests/
PanelsTermViewWebTestCase.test, line 13 - Some rudimentary tests for the term_view handler.
Class
- PanelsTermViewWebTestCase
- @file Some rudimentary tests for the term_view handler.
Code
public static function getInfo() {
return array(
'name' => 'Panels term_view tests',
'description' => 'Test the standard term_view task handler.',
'group' => 'Panels',
);
}