function JoinTest::setUp

Same name and namespace in other branches
  1. 8.9.x core/modules/views/tests/src/Kernel/Plugin/JoinTest.php \Drupal\Tests\views\Kernel\Plugin\JoinTest::setUp()
  2. 10 core/modules/views/tests/src/Kernel/Plugin/JoinTest.php \Drupal\Tests\views\Kernel\Plugin\JoinTest::setUp()
  3. 11.x core/modules/views/tests/src/Kernel/Plugin/JoinTest.php \Drupal\Tests\views\Kernel\Plugin\JoinTest::setUp()

File

core/modules/views/tests/src/Kernel/Plugin/JoinTest.php, line 36

Class

JoinTest
Tests the join plugin.

Namespace

Drupal\Tests\views\Kernel\Plugin

Code

protected function setUp($import_test_views = TRUE) : void {
    parent::setUp();
    // Add a join plugin manager which can be used in all of the tests.
    $this->manager = $this->container
        ->get('plugin.manager.views.join');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.