You are here

public function FeatureContext::__construct in Rooms - Drupal Booking for Hotels, B&Bs and Vacation Rentals 7

Initializes context. Every scenario gets its own context object.

Parameters

\Drupal\DrupalDriverManager $drupal: The Drupal driver manager.

File

test/features/bootstrap/FeatureContext.php, line 97

Class

FeatureContext
Features context.

Code

public function __construct(DrupalDriverManager $drupal) {
  parent::__construct($drupal);
}