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\ContextCode
public function __construct() {
$driver = new DrupalDriver(DRUPAL_ROOT, '');
$driver
->setCoreFromVersion();
// Bootstrap Drupal.
$driver
->bootstrap();
}