function PublishContentWebCaseTest::get_info in Publish Content 5.2
Drupal SimpleTest method: return metadata about the test.
File
- tests/
publishcontent.test, line 17 - Unit tests for Publish Content module. prerequesite: make sure that 'authenticated user' does not have any access like 'publish [content type] content' or 'unpublish [content type] content'
Class
- PublishContentWebCaseTest
- @file Unit tests for Publish Content module. prerequesite: make sure that 'authenticated user' does not have any access like 'publish [content type] content' or 'unpublish [content type] content'
Code
function get_info() {
return array(
'name' => t('Publish Content: access control'),
'desc' => t('Executes test suite for Publish Content module.'),
'group' => t('Publish Content module'),
);
}