function PageCreationTest::get_info in SimpleTest 6
Same name and namespace in other branches
- 5 tests/page_creation.test \PageCreationTest::get_info()
Implementation of get_info() for information
File
- tests/
page_creation.test, line 7
Class
Code
function get_info() {
return array(
'name' => t('Page node creation'),
'desc' => t('Create a page node and verify its consistency in the database.'),
'group' => 'Node Tests',
);
}