You are here

protected function LayoutTest::setUp in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/layout_discovery/tests/src/Kernel/LayoutTest.php \Drupal\Tests\layout_discovery\Kernel\LayoutTest::setUp()
  2. 9 core/modules/layout_discovery/tests/src/Kernel/LayoutTest.php \Drupal\Tests\layout_discovery\Kernel\LayoutTest::setUp()

File

core/modules/layout_discovery/tests/src/Kernel/LayoutTest.php, line 30

Class

LayoutTest
Tests Layout functionality.

Namespace

Drupal\Tests\layout_discovery\Kernel

Code

protected function setUp() : void {
  parent::setUp();
  $this->layoutPluginManager = $this->container
    ->get('plugin.manager.core.layout');
}