You are here

public function PermissionsByTermContext::__construct in Permissions by Term 8

File

tests/src/Behat/Context/PermissionsByTermContext.php, line 19

Class

PermissionsByTermContext
Class PermissionsByTermContext

Namespace

Drupal\Tests\permissions_by_term\Behat\Context

Code

public function __construct() {
  $driver = new DrupalDriver(DRUPAL_ROOT, '');
  $driver
    ->setCoreFromVersion();

  // Bootstrap Drupal.
  $driver
    ->bootstrap();
}