function PageViewTest::get_info in SimpleTest 5
Same name and namespace in other branches
- 6 tests/page_view.test \PageViewTest::get_info()
Implementation of get_info() for information
File
- tests/
page_view.test, line 6
Class
Code
function get_info() {
return array(
'name' => t('Unauthorized node view'),
'desc' => t('Creates a node of type page and then an unpermissioned user attempts to edit the node, ' . 'before tries with an anonymous user. Asserts failure.' . '</ br>WARNING: This is based on default registered user permuissions (no administer nodes).'),
'group' => 'Node Tests',
);
}