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