You are here

public static function EntityAPIi18nItegrationTestCase::getInfo in Entity API 7

File

./entity.test, line 597
Entity CRUD API tests.

Class

EntityAPIi18nItegrationTestCase
Test the i18n integration.

Code

public static function getInfo() {
  return array(
    'name' => 'Entity CRUD i18n integration',
    'description' => 'Tests the i18n integration provided by the Entity CRUD API.',
    'group' => 'Entity API',
    'dependencies' => array(
      'i18n_string',
    ),
  );
}