You are here

public static function EntityPropertiesTestCase::getInfo in Drupal 7

File

modules/field/tests/field.test, line 3749
Tests for field.module.

Class

EntityPropertiesTestCase
Tests entity properties.

Code

public static function getInfo() {
  return array(
    'name' => 'Entity properties',
    'description' => 'Tests entity properties.',
    'group' => 'Entity API',
  );
}