You are here

protected function ViewsHooksTest::setUp in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/views/src/Tests/ViewsHooksTest.php \Drupal\views\Tests\ViewsHooksTest::setUp()

Parameters

bool $import_test_views: Should the views specififed on the test class be imported. If you need to setup some additional stuff, like fields, you need to call false and then call createTestViews for your own.

Overrides ViewKernelTestBase::setUp

File

core/modules/views/src/Tests/ViewsHooksTest.php, line 58
Contains \Drupal\views\Tests\ViewsHooksTest.

Class

ViewsHooksTest
Tests that views hooks are registered when defined in $module.views.inc.

Namespace

Drupal\views\Tests

Code

protected function setUp() {
  parent::setUp();
  $this->moduleHandler = $this->container
    ->get('module_handler');
}