You are here

function StoryEditTest::get_info in SimpleTest 6

File

tests/story_edit.test, line 10

Class

StoryEditTest
Test file for story_edit

Code

function get_info() {
  return array(
    'name' => 'Story edit test',
    'desc' => t('We want a working edit for storys, uh?'),
    'group' => 'Node Tests',
  );
}