You are here

public static function WsfieldsStorageTestCase::getInfo in Web Service Data 7

File

modules/wsfields_storage/wsfields_storage.test, line 15
Describe the file

Class

WsfieldsStorageTestCase
@file Describe the file

Code

public static function getInfo() {
  return array(
    'name' => t('Web Service Fields Storage'),
    'description' => t('Test storing data using wsfield_storage'),
    'group' => t('Web Service Data'),
  );
}