protected function DeprecatedPathHooksTest::setUp in Drupal 8
Overrides KernelTestBase::setUp
File
- core/modules/ system/ tests/ src/ Kernel/ DeprecatedPathHooksTest.php, line 24 
Class
- DeprecatedPathHooksTest
- @coversDefaultClass \Drupal\Core\Path\AliasStorage
Namespace
Drupal\Tests\system\KernelCode
protected function setUp() {
  parent::setUp();
  $this
    ->installEntitySchema('path_alias');
}