function EntityUuidIdTest::setUp
Overrides BrowserTestBase::setUp
File
-
core/
tests/ Drupal/ FunctionalTests/ Entity/ EntityUuidIdTest.php, line 33
Class
- EntityUuidIdTest
- Tests that an entity with a UUID as ID can be managed.
Namespace
Drupal\FunctionalTests\EntityCode
protected function setUp() : void {
parent::setUp();
$this->createLanguageFromLangcode('af');
$this->enableContentTranslation('entity_test_uuid_id', 'entity_test_uuid_id');
$this->drupalPlaceBlock('page_title_block');
$this->drupalPlaceBlock('local_tasks_block');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.