You are here

protected function ScheduledTransitionLocalTaskTest::setUp in Scheduled Transitions 8

Same name and namespace in other branches
  1. 2.x tests/src/Functional/ScheduledTransitionLocalTaskTest.php \Drupal\Tests\scheduled_transitions\Functional\ScheduledTransitionLocalTaskTest::setUp()

Overrides BrowserTestBase::setUp

File

tests/src/Functional/ScheduledTransitionLocalTaskTest.php, line 47

Class

ScheduledTransitionLocalTaskTest
Tests the text displayed in local task [tab].

Namespace

Drupal\Tests\scheduled_transitions\Functional

Code

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