public static function EntityAPICommentNodeAccessTestCase::getInfo in Entity API 7
File
- ./
entity.test, line 545 - Entity CRUD API tests.
Class
- EntityAPICommentNodeAccessTestCase
- Tests comments with node access.
Code
public static function getInfo() {
return array(
'name' => 'Entity API comment node access',
'description' => 'Test viewing comments on nodes with node access.',
'group' => 'Entity API',
);
}