You are here

public function HandlerFieldFieldTest::testFieldRender in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/field/src/Tests/Views/HandlerFieldFieldTest.php \Drupal\field\Tests\Views\HandlerFieldFieldTest::testFieldRender()

File

core/modules/field/src/Tests/Views/HandlerFieldFieldTest.php, line 130
Contains \Drupal\field\Tests\Views\HandlerFieldFieldTest.

Class

HandlerFieldFieldTest
Tests the field itself of the Field integration.

Namespace

Drupal\field\Tests\Views

Code

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