protected function TermValidationTest::setUp in Drupal 9
Same name and namespace in other branches
- 8 core/modules/taxonomy/tests/src/Kernel/TermValidationTest.php \Drupal\Tests\taxonomy\Kernel\TermValidationTest::setUp()
Overrides EntityKernelTestBase::setUp
File
- core/
modules/ taxonomy/ tests/ src/ Kernel/ TermValidationTest.php, line 25
Class
- TermValidationTest
- Tests term validation constraints.
Namespace
Drupal\Tests\taxonomy\KernelCode
protected function setUp() : void {
parent::setUp();
$this
->installEntitySchema('taxonomy_term');
}