function EntityUuidIdTest::setUp
Same name and namespace in other branches
- 11.x core/tests/Drupal/FunctionalTests/Entity/EntityUuidIdTest.php \Drupal\FunctionalTests\Entity\EntityUuidIdTest::setUp()
Overrides BrowserTestBase::setUp
File
-
core/
tests/ Drupal/ FunctionalTests/ Entity/ EntityUuidIdTest.php, line 35
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.