public static function NodeCommentBlockWebTest::getInfo in Node Comment Block 7.2
File
- ./
node_comment_block.test, line 28 - Tests for node_comment_block.module
Class
- NodeCommentBlockWebTest
- Functional tests for node_comment_block.
Code
public static function getInfo() {
return array(
'name' => 'Node Comment Block web tests',
'description' => 'Tests the functionality of Node Comment Block module.',
'group' => 'Node Comment Block',
);
}