function RowEntityRenderersTest::testRevisionBaseTable
Tests the row renderer with a revision base table.
File
- 
              core/
modules/ views/ tests/ src/ Kernel/ Entity/ RowEntityRenderersTest.php, line 197  
Class
- RowEntityRenderersTest
 - Tests the entity row renderers.
 
Namespace
Drupal\Tests\views\Kernel\EntityCode
public function testRevisionBaseTable() : void {
  $view = Views::getView('test_entity_row_renderers_revisions_base');
  $view->execute();
  $this->assertIdenticalResultset($view, $this->ids, [
    'nid' => 'nid',
    'uid' => 'uid',
  ]);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.