File
- drupal/core/modules/field/lib/Drupal/field/Tests/Views/HandlerFieldFieldTest.php, line 92
- Contains \Drupal\field\Tests\Views\HandlerFieldFieldTest.
Class
- HandlerFieldFieldTest
- Tests the field_field handler.
@TODO
Check a entity-type with bundles
Check a entity-type without bundles
Check locale:disabled, locale:enabled and locale:enabled with another language
Check revisions
Namespace
Drupal\field\Tests\Views
Code
public function testFieldRender() {
$this
->_testSimpleFieldRender();
$this
->_testFormatterSimpleFieldRender();
$this
->_testMultipleFieldRender();
}