You are here

protected function DeprecatedServicesTest::setUp in Drupal 8

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');
}