function TabledragExampleTestCase::getInfo

File

tabledrag_example/tabledrag_example.test, line 18

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