You are here

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

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

Overrides ViewTestBase::getBasicView

File

lib/Drupal/views/Tests/Field/HandlerFieldFieldTest.php, line 73
Definition of Drupal\views\Test\Field\HandlerFieldFieldTest.

Class

HandlerFieldFieldTest
Tests the field_field handler. @TODO Check a entity-type with bundles Check a entity-type without bundles Check locale:disabled, locale:enabled and locale:enabled with another language Check revisions

Namespace

Drupal\views\Tests\Field

Code

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