You are here

public static function MessageCrud::getInfo in Message 7

File

tests/message.test, line 8

Class

MessageCrud
Test the Message CRUD handling.

Code

public static function getInfo() {
  return array(
    'name' => 'Message CRUD',
    'description' => 'Test the create, update and remove of Message entities.',
    'group' => 'Message',
  );
}