You are here

public function RowEntityRenderersTest::testEntityRenderers 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::testEntityRenderers()

Tests the entity row renderers.

File

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

Class

RowEntityRenderersTest
Tests the entity row renderers.

Namespace

Drupal\views\Tests\Entity

Code

public function testEntityRenderers() {
  $this
    ->checkLanguageRenderers('page_1', $this->values);
}