You are here

public static function MessageUiMassiveHardCodedArguments::getInfo in Message UI 7

File

./message_ui.test, line 224

Class

MessageUiMassiveHardCodedArguments
Testing the update of the hard coded arguments in massive way.

Code

public static function getInfo() {
  return array(
    'name' => 'Message UI arguments massive update',
    'description' => 'Testing the removing/updating an hard coded arguments.',
    'group' => 'Message UI',
    'dependencies' => array(
      'entity_token',
    ),
  );
}