public function RowEntityRenderersTest::testEntityRenderers in Drupal 8
Same name and namespace in other branches
- 9 core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php \Drupal\Tests\views\Kernel\Entity\RowEntityRenderersTest::testEntityRenderers()
Tests the entity row renderers.
File
- core/
modules/ views/ tests/ src/ Kernel/ Entity/ RowEntityRenderersTest.php, line 139
Class
- RowEntityRenderersTest
- Tests the entity row renderers.
Namespace
Drupal\Tests\views\Kernel\EntityCode
public function testEntityRenderers() {
$this
->checkLanguageRenderers('page_1', $this->values);
}