function BrowserTestBase::__construct

Same name in other branches
  1. 8.9.x core/tests/Drupal/Tests/BrowserTestBase.php \Drupal\Tests\BrowserTestBase::__construct()
1 call to BrowserTestBase::__construct()
InstallerExistingConfigTestBase::__construct in core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigTestBase.php
1 method overrides BrowserTestBase::__construct()
InstallerExistingConfigTestBase::__construct in core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigTestBase.php

File

core/tests/Drupal/Tests/BrowserTestBase.php, line 200

Class

BrowserTestBase
Provides a test case for functional Drupal tests.

Namespace

Drupal\Tests

Code

public function __construct(string $name) {
    parent::__construct($name);
    $this->setRunTestInSeparateProcess(TRUE);
}

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