You are here

function PageCreationTest::get_info in SimpleTest 5

Same name and namespace in other branches
  1. 6 tests/page_creation.test \PageCreationTest::get_info()

Implementation of get_info() for information

File

tests/page_creation.test, line 9

Class

PageCreationTest

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',
  );
}