public function HandlerFieldFieldTest::testFieldRender

File

drupal/core/modules/views/lib/Drupal/views/Tests/Field/HandlerFieldFieldTest.php, line 91
Definition of Drupal\views\Test\Field\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\views\Tests\Field

Code

public function testFieldRender() {
  $this
    ->_testSimpleFieldRender();
  $this
    ->_testFormatterSimpleFieldRender();
  $this
    ->_testMultipleFieldRender();
}