function LegacyAliasStorageTest::setUp

Overrides KernelTestBase::setUp

File

core/tests/Drupal/KernelTests/Core/Path/LegacyAliasStorageTest.php, line 28

Class

LegacyAliasStorageTest
@coversDefaultClass \Drupal\Core\Path\AliasStorage[[api-linebreak]] @group path @group legacy

Namespace

Drupal\KernelTests\Core\Path

Code

protected function setUp() {
  parent::setUp();
  $this->installEntitySchema('path_alias');
  $this->storage = $this->container
    ->get('path.alias_storage');
}

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