public static function EntityPropertiesTestCase::getInfo

Archivo

drupal-7.x/modules/field/tests/field.test, line 3667
Tests for field.module.

Class

EntityPropertiesTestCase
Tests entity properties.

Código

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