File
- drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceAdminTest.php, line 16
- Contains \Drupal\entity_reference\Tests\EntityReferenceAdminTest.
Class
- EntityReferenceAdminTest
- Tests the Entity Reference Admin UI.
Namespace
Drupal\entity_reference\Tests
Code
public static function getInfo() {
return array(
'name' => 'Entity Reference UI',
'description' => 'Tests for the administrative UI.',
'group' => 'Entity Reference',
);
}