You are here

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

File

tabledrag_example/tabledrag_example.test, line 18
Test file for tabledrag_example module.

Class

TabledragExampleTestCase
Default test case for the tabledrag_example module.

Code

public static function getInfo() {
  return array(
    'name' => 'Tabledrag Example',
    'description' => 'Functional tests for the Tabledrag Example module.',
    'group' => 'Examples',
  );
}