You are here

public static function MessageUiHardCodedArguments::getInfo in Message UI 7

File

./message_ui.test, line 155

Class

MessageUiHardCodedArguments
Testing the editing of the hard coded arguments.

Code

public static function getInfo() {
  return array(
    'name' => 'Message UI arguments single update',
    'description' => 'Testing the editing of the hard coded arguments.',
    'group' => 'Message UI',
    'dependencies' => array(
      'entity_token',
    ),
  );
}