function DeprecatedServicesTest::setUp

Overrides KernelTestBase::setUp

File

core/modules/path_alias/tests/src/Kernel/DeprecatedServicesTest.php, line 30

Class

DeprecatedServicesTest
Tests deprecation of path alias core services and the related BC logic.

Namespace

Drupal\Tests\path_alias\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.