public function FeatureContext::before in Rooms - Drupal Booking for Hotels, B&Bs and Vacation Rentals 7
@BeforeScenario
File
- test/
features/ bootstrap/ FeatureContext.php, line 106
Class
- FeatureContext
- Features context.
Code
public function before(BeforeScenarioScope $scope) {
$environment = $scope
->getEnvironment();
$this->minkContext = $environment
->getContext('Drupal\\DrupalExtension\\Context\\MinkContext');
}