You are here

public static function RestfulViewModeAndFormatterTestCase::getInfo in RESTful 7

Same name and namespace in other branches
  1. 7.2 tests/RestfulViewModeAndFormatterTestCase.test \RestfulViewModeAndFormatterTestCase::getInfo()

File

tests/RestfulViewModeAndFormatterTestCase.test, line 10
Contains RestfulViewModeFormatterTestCase

Class

RestfulViewModeAndFormatterTestCase
@file Contains RestfulViewModeFormatterTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'View mode and formatter',
    'description' => 'Test the integration with entity view mode and field API formatters.',
    'group' => 'RESTful',
  );
}