You are here

public static function TableSortExampleTestCase::getInfo in Examples for Developers 7

File

tablesort_example/tablesort_example.test, line 18
Simpletest case for tablesort_example module.

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',
  );
}