You are here

public function RowEntityRenderersTest::testFieldRenderers in Drupal 8

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

Tests the field row renderers.

File

core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php, line 146

Class

RowEntityRenderersTest
Tests the entity row renderers.

Namespace

Drupal\Tests\views\Kernel\Entity

Code

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