protected function TermValidationTest::setUp in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/taxonomy/src/Tests/TermValidationTest.php \Drupal\taxonomy\Tests\TermValidationTest::setUp()
Performs setup tasks before each individual test method is run.
Overrides EntityUnitTestBase::setUp
File
- core/
modules/ taxonomy/ src/ Tests/ TermValidationTest.php, line 29 - Contains \Drupal\taxonomy\Tests\TermValidationTest.
Class
- TermValidationTest
- Tests term validation constraints.
Namespace
Drupal\taxonomy\TestsCode
protected function setUp() {
parent::setUp();
$this
->installEntitySchema('taxonomy_term');
}