public static function EntityTokenTestCase::getInfo in Entity API 7
File
- ./
entity.test, line 1429 - Entity CRUD API tests.
Class
- EntityTokenTestCase
- Tests provided entity property info of the core modules.
Code
public static function getInfo() {
return array(
'name' => 'Entity tokens',
'description' => 'Tests provided tokens for entity properties.',
'group' => 'Entity API',
);
}