function TaxonomyRevisionDeleteTest::setUp
Same name in other branches
- 11.x core/modules/taxonomy/tests/src/Functional/TaxonomyRevisionDeleteTest.php \Drupal\Tests\taxonomy\Functional\TaxonomyRevisionDeleteTest::setUp()
Overrides BrowserTestBase::setUp
File
-
core/
modules/ taxonomy/ tests/ src/ Functional/ TaxonomyRevisionDeleteTest.php, line 52
Class
- TaxonomyRevisionDeleteTest
- Taxonomy term revision delete form test.
Namespace
Drupal\Tests\taxonomy\FunctionalCode
protected function setUp() : void {
parent::setUp();
$this->vocabulary = $this->createVocabulary([
'vid' => 'test',
'name' => 'Test',
]);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.