You are here

protected function TaxonomyTermCoderTest::setUp in Facets Pretty Paths 8

Overrides KernelTestBase::setUp

File

tests/src/Kernel/TaxonomyTermCoderTest.php, line 33

Class

TaxonomyTermCoderTest
Tests the taxonomy term coder plugin.

Namespace

Drupal\Tests\facets_pretty_paths\Kernel

Code

protected function setUp() {
  parent::setUp();
  $this
    ->installEntitySchema('taxonomy_term');
  $this
    ->installConfig([
    'system',
    'pathauto',
  ]);
}