You are here

public static function SaveDraftTestCase::getInfo in Save Draft 7

Same name and namespace in other branches
  1. 6.2 save_draft.test \SaveDraftTestCase::getInfo()

Return a basic info array .

File

./save_draft.test, line 30
Link base test file - contains common functions for testing links.

Class

SaveDraftTestCase
@file Link base test file - contains common functions for testing links.

Code

public static function getInfo() {
  return array(
    'name' => 'Save draft',
    'description' => 'Make sure the node form still works with Save Draft enabled.',
    'group' => 'Save draft',
  );
}