function VocabularySerializationTest::setUp
Overrides BrowserTestBase::setUp
File
-
core/
modules/ taxonomy/ tests/ src/ Functional/ VocabularySerializationTest.php, line 36
Class
- VocabularySerializationTest
- Regression test for https://www.drupal.org/node/2807263.
Namespace
Drupal\Tests\taxonomy\FunctionalCode
protected function setUp() : void {
parent::setUp();
Vocabulary::create([
'vid' => 'test',
'name' => 'Test',
])->save();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.