function TableSortExampleTestCase::getInfo
File
-
tablesort_example/
tablesort_example.test, line 18
Class
- TableSortExampleTestCase
- Functionality tests for the tablesort example module.
Code
public static function getInfo() {
return array(
'name' => 'TableSort Example',
'description' => 'Verify the tablesort functionality',
'group' => 'Examples',
);
}