File
- drupal/core/modules/field/lib/Drupal/field/Tests/EntityPropertiesTest.php, line 22
- Definition of Drupal\field\Tests\EntityPropertiesTest.
Class
- EntityPropertiesTest
- Tests entity properties.
Namespace
Drupal\field\Tests
Code
public static function getInfo() {
return array(
'name' => 'Entity properties',
'description' => 'Tests entity properties.',
'group' => 'Entity API',
);
}