function PluginBaseTest::setUp

Overrides KernelTestBase::setUp

File

core/modules/views/tests/src/Kernel/Plugin/PluginBaseTest.php, line 30

Class

PluginBaseTest
Tests the PluginBase class.

Namespace

Drupal\Tests\views\Kernel\Plugin

Code

protected function setUp() : void {
  parent::setUp();
  $this->testPluginBase = new TestPluginBase();
}

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