You are here

protected function UiTest::setUp in Lightning Scheduler 8

Overrides BrowserTestBase::setUp

File

tests/src/FunctionalJavascript/UiTest.php, line 27

Class

UiTest
@group lightning_scheduler

Namespace

Drupal\Tests\lightning_scheduler\FunctionalJavascript

Code

protected function setUp() {
  parent::setUp();
  $this
    ->drupalPlaceBlock('local_tasks_block');
  $this
    ->setUpTimeZone();
  $this
    ->setTimeStep();
}