You are here

protected function PathHooksTest::setUp in Drupal 8

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

Overrides KernelTestBase::setUp

File

core/modules/path_alias/tests/src/Kernel/PathHooksTest.php, line 25

Class

PathHooksTest
@coversDefaultClass \Drupal\path_alias\Entity\PathAlias

Namespace

Drupal\Tests\path_alias\Kernel

Code

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