You are here

protected function LegacyAliasStorageTest::setUp in Drupal 8

Overrides KernelTestBase::setUp

File

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

Class

LegacyAliasStorageTest
@coversDefaultClass \Drupal\Core\Path\AliasStorage @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');
}