You are here

protected function ConfigEntityDescriptionTest::setUp in Lightning Core 8.3

Same name and namespace in other branches
  1. 8.5 tests/src/Functional/ConfigEntityDescriptionTest.php \Drupal\Tests\lightning_core\Functional\ConfigEntityDescriptionTest::setUp()
  2. 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\Functional

Code

protected function setUp() {
  parent::setUp();
  $this
    ->drupalPlaceBlock('local_tasks_block');
  $this
    ->drupalPlaceBlock('local_actions_block');
  $this
    ->drupalPlaceBlock('help_block');
  $this
    ->createContentType([
    'type' => 'page',
  ]);
}