protected function CommentTestBase::getBasicView in Views (for Drupal 7) 8.3
Overrides Drupal\views\Tests\ViewTestBase::getBasicView().
Overrides ViewTestBase::getBasicView
File
- lib/
Drupal/ views/ Tests/ Comment/ CommentTestBase.php, line 48 - Definition of Drupal\views\Tests\Comment\CommentTestBase.
Class
- CommentTestBase
- Tests the argument_comment_user_uid handler.
Namespace
Drupal\views\Tests\CommentCode
protected function getBasicView() {
return $this
->createViewFromConfig('test_comment_user_uid');
}