function DeprecatedPathHooksTest::setUp

Overrides KernelTestBase::setUp

File

core/modules/system/tests/src/Kernel/DeprecatedPathHooksTest.php, line 24

Class

DeprecatedPathHooksTest
@coversDefaultClass <a href="/api/drupal/core%21lib%21Drupal%21Core%21Path%21AliasStorage.php/class/AliasStorage/8.9.x" title="Provides a class for CRUD operations on path aliases." class="local">\Drupal\Core\Path\AliasStorage</a>

Namespace

Drupal\Tests\system\Kernel

Code

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

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