function OtherInstallationProfileTestsTest::setUp

Overrides BrowserTestBase::setUp

File

core/modules/simpletest/tests/src/Functional/OtherInstallationProfileTestsTest.php, line 48

Class

OtherInstallationProfileTestsTest
Verifies that tests in other installation profiles are found.

Namespace

Drupal\Tests\simpletest\Functional

Code

protected function setUp() {
    parent::setUp();
    $this->adminUser = $this->drupalCreateUser([
        'administer unit tests',
    ]);
    $this->drupalLogin($this->adminUser);
}

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