protected function TaxonomyLegacyTest::setUp in Drupal 8
Overrides KernelTestBase::setUp
File
- core/
modules/ taxonomy/ tests/ src/ Kernel/ TaxonomyLegacyTest.php, line 29
Class
- TaxonomyLegacyTest
- Tests legacy user functionality.
Namespace
Drupal\Tests\taxonomy\KernelCode
protected function setUp() {
parent::setUp();
$this
->installConfig([
'filter',
]);
$this
->installEntitySchema('taxonomy_term');
}