function BrowserTest::setUp

Overrides WebTestBase::setUp

File

core/modules/simpletest/src/Tests/BrowserTest.php, line 33

Class

BrowserTest
Tests the internal browser of the testing framework.

Namespace

Drupal\simpletest\Tests

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.