You are here

protected function LayoutTest::setUp in Layout Plugin (obsolete, use core's Layout Discovery) 8

Overrides KernelTestBase::setUp

File

tests/src/Kernel/LayoutTest.php, line 29

Class

LayoutTest
Tests Layout functionality.

Namespace

Drupal\Tests\layout_plugin\Kernel

Code

protected function setUp() {
  parent::setUp();
  $this->layoutManager = $this->container
    ->get('plugin.manager.layout_plugin');
}