You are here

public function PathAliasTest::setUp in Tome 8

Overrides TestBase::setUp

File

modules/tome_sync/tests/src/Kernel/PathAliasTest.php, line 29

Class

PathAliasTest
Tests that the path alias normalization works.

Namespace

Drupal\Tests\tome_sync\Kernel

Code

public function setUp() {
  parent::setUp();
  $this
    ->installSchema('tome_sync', [
    'tome_sync_content_hash',
  ]);
  $this
    ->installEntitySchema('path_alias');
}