public function RowEntityRenderersTest::testFieldRenderers in Zircon Profile 8
Same name and namespace in other branches
- 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\EntityCode
public function testFieldRenderers() {
$this
->checkLanguageRenderers('page_2', $this->values);
}