public static function NodeaccesssGrantTabTestCase::getInfo in Nodeaccess 7
Provide some information about this test case.
File
- tests/
nodeaccess_grant.test, line 23 - Tests for the nodeaccess module.
Class
- NodeaccesssGrantTabTestCase
- Tests the functionality of the nodeaccess module.
Code
public static function getInfo() {
return array(
'name' => 'Nodeaccess Grant Tab visibility',
'description' => 'Tests whether the Grant tab appears correctly..',
'group' => 'Nodeaccess',
);
}