You are here

protected function RelationshipNodeTermDataTest::getBasicView in Views (for Drupal 7) 8.3

Overrides Drupal\views\Tests\ViewTestBase::getBasicView().

Overrides ViewTestBase::getBasicView

File

lib/Drupal/views/Tests/Taxonomy/RelationshipNodeTermDataTest.php, line 49
Definition of Drupal\views\Tests\Taxonomy\RelationshipNodeTermDataTest.

Class

RelationshipNodeTermDataTest
Tests the node_term_data relationship handler.

Namespace

Drupal\views\Tests\Taxonomy

Code

protected function getBasicView() {
  return $this
    ->createViewFromConfig('test_taxonomy_node_term_data');
}