protected function ConfigEntityDescriptionTest::setUp in Lightning Core 8.3
Same name and namespace in other branches
- 8.5 tests/src/Functional/ConfigEntityDescriptionTest.php \Drupal\Tests\lightning_core\Functional\ConfigEntityDescriptionTest::setUp()
- 8.4 tests/src/Functional/ConfigEntityDescriptionTest.php \Drupal\Tests\lightning_core\Functional\ConfigEntityDescriptionTest::setUp()
Overrides BrowserTestBase::setUp
File
- tests/
src/ Functional/ ConfigEntityDescriptionTest.php, line 25
Class
- ConfigEntityDescriptionTest
- @group lightning_core
Namespace
Drupal\Tests\lightning_core\FunctionalCode
protected function setUp() {
parent::setUp();
$this
->drupalPlaceBlock('local_tasks_block');
$this
->drupalPlaceBlock('local_actions_block');
$this
->drupalPlaceBlock('help_block');
$this
->createContentType([
'type' => 'page',
]);
}