You are here

public function FeatureContext::setContextParameters in Acquia Lift Connector 7.2

Same name and namespace in other branches
  1. 7 behat-tests/features/bootstrap/FeatureContext.php \FeatureContext::setContextParameters()

Helper function to set the context parameters.

Parameters

array $parameters: The parameters to set.

1 call to FeatureContext::setContextParameters()
FeatureContext::__construct in behat-tests/features/bootstrap/FeatureContext.php
Initializes context.

File

behat-tests/features/bootstrap/FeatureContext.php, line 878

Class

FeatureContext
Defines application features from the specific context.

Code

public function setContextParameters($parameters) {
  $this->context_parameters = array_merge($this->context_parameters, $parameters);
}