You are here

public function RowEntityRenderersTest::testFieldRenderers in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/views/src/Tests/Entity/RowEntityRenderersTest.php \Drupal\views\Tests\Entity\RowEntityRenderersTest::testFieldRenderers()

Tests the field row renderers.

File

core/modules/views/src/Tests/Entity/RowEntityRenderersTest.php, line 114
Contains \Drupal\views\Tests\Entity\RowEntityRenderersTest.

Class

RowEntityRenderersTest
Tests the entity row renderers.

Namespace

Drupal\views\Tests\Entity

Code

public function testFieldRenderers() {
  $this
    ->checkLanguageRenderers('page_2', $this->values);
}