protected function StyleMappingTest::getBasicView in Views (for Drupal 7) 8.3
Overrides Drupal\views\Tests\ViewTestBase::getBasicView().
Overrides ViewTestBase::getBasicView
File
- lib/
Drupal/ views/ Tests/ Plugin/ StyleMappingTest.php, line 26 - Definition of Drupal\views\Tests\Plugin\StyleMappingTest.
Class
- StyleMappingTest
- Tests the default/mapping row style.
Namespace
Drupal\views\Tests\PluginCode
protected function getBasicView() {
return $this
->createViewFromConfig('test_style_mapping');
}