protected function FieldTypeTest::getBasicView in Views (for Drupal 7) 8.3
Overrides Drupal\views\Tests\ViewTestBase::getBasicView().
Overrides ViewTestBase::getBasicView
File
- lib/
Drupal/ views/ Tests/ Node/ FieldTypeTest.php, line 43 - Definition of Drupal\views\Tests\Node\FieldTypeTest.
Class
- FieldTypeTest
- Tests the Views\node\Plugin\views\field\Type handler.
Namespace
Drupal\views\Tests\NodeCode
protected function getBasicView() {
return $this
->createViewFromConfig('test_field_type');
}