You are here

public static function RestfulDataProviderCToolsPluginsTestCase::getInfo in RESTful 7

File

tests/RestfulDataProviderCToolsPluginsTestCase.test, line 10
Contains \RestfulDataProviderCToolsPluginsTestCase.

Class

RestfulDataProviderCToolsPluginsTestCase
@file Contains \RestfulDataProviderCToolsPluginsTestCase.

Code

public static function getInfo() {
  return array(
    'name' => 'CTools plugins',
    'description' => 'Test the CTools plugins data provider.',
    'group' => 'RESTful',
  );
}