function PathAliasStorageSchemaTest::setUp

Same name and namespace in other branches
  1. 10 core/modules/path_alias/tests/src/Kernel/PathAliasStorageSchemaTest.php \Drupal\Tests\path_alias\Kernel\PathAliasStorageSchemaTest::setUp()

Overrides KernelTestBase::setUp

File

core/modules/path_alias/tests/src/Kernel/PathAliasStorageSchemaTest.php, line 26

Class

PathAliasStorageSchemaTest
Tests the path_alias storage schema.

Namespace

Drupal\Tests\path_alias\Kernel

Code

protected function setUp() : void {
    parent::setUp();
    $this->installEntitySchema('path_alias');
}

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